ID: 24612 User updated by: pekka at studio-on-the dot net Reported By: pekka at studio-on-the dot net Status: Open Bug Type: GetImageSize related Operating System: Windows XP Professional SP1 PHP Version: 4.3.2 New Comment:
it should be of course Actual result: -------------- e.g. (in Windows): try 433: | 0:110 | 1: 73 | 2: 2 | 3: width="110" height="73"| Previous Comments: ------------------------------------------------------------------------ [2003-07-11 15:33:22] pekka at studio-on-the dot net Description: ------------ Code snippet http://www.exhibitserver.com/getimagesizetest.php works perfectly on Linux/apache (PHP 4.2.2), but in Windows XP/Apache/PHP 4.3.2 even 1000 times is not always enough to get some data back from the function. Mostly it needs between 0 and 200 retries before it gets some data into array. I have found that this happens and has something to do ONLY with ImageMagick Mogrify created JPGS (Version: @(#)ImageMagick 5.4.6 06/01/02 Q:8). See aforementioned demo for test image url. Reproduce code: --------------- http://www.exhibitserver.com/getimagesizetest.php Expected result: ---------------- try 0: | 0:110 | 1: 73 | 2: 2 | 3: width="110" height="73"| Actual result: -------------- nothing, or try 0: | 0:110 | 1: 73 | 2: 2 | 3: width="110" height="73"| ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24612&edit=1
