debug on the demo server

This commit is contained in:
Martynas Mickevicius
2010-07-06 23:26:36 +03:00
parent 45fd079c9c
commit 7958e84fff

View File

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