debug on the demo server

This commit is contained in:
Martynas Mickevicius
2010-07-06 22:23:34 +03:00
parent c1ed3e2291
commit 45fd079c9c

View File

@@ -199,6 +199,8 @@
$this->XSize = $XSize;
$this->YSize = $YSize;
echo "before imagecreatetruecolor\n";
echo "php version:".phpversion();
var_dump(gd_info());
$this->Picture = imagecreatetruecolor($XSize,$YSize);
echo "before this->AllocateColor\n";
$C_White =$this->AllocateColor($this->Picture,255,255,255);