|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2001-12-19 08:56 UTC] sander@php.net
  [2002-01-09 02:10 UTC] lobbin@php.net
  [2002-02-12 11:09 UTC] alex dot killing at gmx dot de
  [2002-02-14 10:52 UTC] magnusj at exense dot com
  [2002-02-14 13:48 UTC] alex dot killing at gmx dot de
  [2002-03-03 14:32 UTC] jamie at jamiebecker dot com
  [2002-03-17 11:46 UTC] sander@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 12:00:01 2025 UTC | 
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.