ID: 20030
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Feedback
Bug Type: Apache2 related
Operating System: Windows XP
PHP Version: 4.2.3
New Comment:
Did you open the write filepointer in binary mode too?
Please add your script here..but if it's very long one,
provide an URL where we can see it.
Previous Comments:
------------------------------------------------------------------------
[2002-10-23 15:07:55] [EMAIL PROTECTED]
Nope. Snapshot wouldn't even work at all. (Module and CGI).
I get "Bad browser request" and other "internal server error".
------------------------------------------------------------------------
[2002-10-23 13:27:40] [EMAIL PROTECTED]
fopen("file.gif", "rb") didn't change anything on my version of PHP.
I'll try it with the CSV snapshot though.
------------------------------------------------------------------------
[2002-10-22 16:49:03] [EMAIL PROTECTED]
also make sure you are using fopen($path, "rb");
the b is important under windows.
------------------------------------------------------------------------
[2002-10-22 15:43:59] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php4-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php4-win32-latest.zip
------------------------------------------------------------------------
[2002-10-22 15:15:28] [EMAIL PROTECTED]
My script opens a remote GIF file and saves it to local hard drive.
When executed with Apache 2.0.40 as CGI, everything works fine.
But when I use the apache2 module version of PHP, it only reads about
20K of the GIF.
Interestingly enough, this problem doesn't appear when opening HTML
files.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=20030&edit=1