debug on the demo server
This commit is contained in:
@@ -200,7 +200,7 @@
|
|||||||
$this->YSize = $YSize;
|
$this->YSize = $YSize;
|
||||||
echo "before imagecreatetruecolor\n";
|
echo "before imagecreatetruecolor\n";
|
||||||
echo "php version:".phpversion();
|
echo "php version:".phpversion();
|
||||||
var_dump(gd_info());
|
var_dump(function_exists('gd_info'));
|
||||||
$this->Picture = imagecreatetruecolor($XSize,$YSize);
|
$this->Picture = imagecreatetruecolor($XSize,$YSize);
|
||||||
echo "before this->AllocateColor\n";
|
echo "before this->AllocateColor\n";
|
||||||
$C_White =$this->AllocateColor($this->Picture,255,255,255);
|
$C_White =$this->AllocateColor($this->Picture,255,255,255);
|
||||||
|
Reference in New Issue
Block a user