ID: 14579
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Closed
+Status: Open
Bug Type: GD related
Operating System: RedHat6.2
PHP Version: 4.1.0
New Comment:
Sorry for the late feedback. No Error after removing the @. Reopened.
Previous Comments:
------------------------------------------------------------------------
[2002-01-09 02:10:22] [EMAIL PROTECTED]
No feedback. Closing.
------------------------------------------------------------------------
[2001-12-19 08:56:58] [EMAIL PROTECTED]
Remove the @ before ImageTypes. Does it print a error now?
------------------------------------------------------------------------
[2001-12-18 09:39:49] [EMAIL PROTECTED]
gd1.3/PHP4.1.0
[...]
$im_types = @ImageTypes();
if(empty($im_types))
{
echo "Error";
}
else
{
if($im_types & IMG_JPG)
{
[...]
-> Error is echoed.
php_info() says:
GD support enabled
GD version between 1.3 and 1.6.1
GIF Read Support enabled
GIF Create Support enabled
The same script with PHP4.0.3pl1 and PHP4.0.6 acts as expected.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=14579&edit=1