Working with PHP 4.3.10 + GD 2.0.28 + Linux FC2
(GD version is obtained from 'phpinfo')
I'm trying to create within a function:
$my_value = imagegreatetruevalor(100, 70);
and it works ok (my_value = "Resource id #632")
But within another function I try:
$my_value = imagecreatetruecolor(500, 339);
and it crashes (no 'my_value' showed)
I don't know what it's happening, because the same
functions work ok on another server with this configuration
PHP 4.3.10 + "GD 2.0 or higher" + Linux FC2
Any suggestion is appreciated. Regards.
(GD version is obtained from 'phpinfo')
I'm trying to create within a function:
$my_value = imagegreatetruevalor(100, 70);
and it works ok (my_value = "Resource id #632")
But within another function I try:
$my_value = imagecreatetruecolor(500, 339);
and it crashes (no 'my_value' showed)
I don't know what it's happening, because the same
functions work ok on another server with this configuration
PHP 4.3.10 + "GD 2.0 or higher" + Linux FC2
Any suggestion is appreciated. Regards.