ID:               22581
 Updated by:       [EMAIL PROTECTED]
 Reported By:      Tadej dot Kanizar at guest dot arnes dot si
-Status:           Open
+Status:           Feedback
 Bug Type:         GD related
 Operating System: Windows XP
 PHP Version:      4.3.1
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip


Even as it propably isn't bug, but try it still.
What did you set the max_execution_time??
(try adding set_time_limit(0); in your script..maybe it just
timeouts?)

Do you have output_buffering enabled in php.ini?
Are you possibly using compression?



Previous Comments:
------------------------------------------------------------------------

[2003-03-07 01:40:27] Tadej dot Kanizar at guest dot arnes dot si

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 this bug report at http://bugs.php.net/?id=22581&edit=1

Reply via email to