From: Tadej dot Kanizar at guest dot arnes dot si Operating system: Windows XP PHP version: 4.3.1 PHP Bug Type: GD related Bug description: Image shows only half-way while outputting directly to browser
I have php_gd2.dll enabled in php.ini and I have a script, which reads from a file (250kb), turns that into a huge array and then, pixel by pixel, creates the needed image. If I then save the image into a jpeg and show it using img tag, it works, but if I try to send it directly to the browser, it usually displays only half-way. This only happens if the user is accessing remotely (not from lan, from which it works). And, though not related to GD, a similar problem occurs with a script (300 lines), which generates about 650 lines of html. To people accessing remotely, it usually just says "Page not found", but the script works correctly (at least on lan). I tried to make the timeout bigger, but it didn't help. I have, however, discovered that the script works better now than it did, when it outputted about 1800 lines of html. Then it didn't work correctly on lan too (and I'm 100% that the code itself doesn't and didn't have any errors). I don't really know if this is a bug or not, but nobody responded when I posted this problem onto several forums! So please, help me, if you can! -- Edit bug report at http://bugs.php.net/?id=22581&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22581&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22581&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22581&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22581&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22581&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22581&r=support Expected behavior: http://bugs.php.net/fix.php?id=22581&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22581&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22581&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22581&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22581&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22581&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22581&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22581&r=gnused
