[PHP-DEV] PHP 4.0 Bug #9806 Updated: fwrite doesn't work on Windows 2000 with Apache Server.

2001-03-17 Thread leonardo
ID: 9806 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Filesystem function related Description: fwrite doesn't work on Windows 2000 with Apache Server. Now that's ok! Thank you. You're great. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9806 Updated: fwrite doesn't work on Windows 2000 with Apache Server.

2001-03-17 Thread sniper
ID: 9806 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Filesystem function related Assigned To: Comments: Note: I just added a note into the docs for fwrite() functions about this. --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9806 Updated: fwrite doesn't work on Windows 2000 with Apache Server.

2001-03-17 Thread sniper
ID: 9806 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Assigned To: Comments: RTFM: http://www.php.net/fopen ie. Just add the 'b': fopen("http://www.some_site.com/some_picture.jpg", "rb" fopen("http://www.some_site

[PHP-DEV] PHP 4.0 Bug #9806 Updated: fwrite doesn't work on Windows 2000 with Apache Server.

2001-03-17 Thread leonardo
ID: 9806 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Filesystem function related Description: fwrite doesn't work on Windows 2000 with Apache Server. Thank you Jani! This is the code: if($fd_url = fopen("http://www.some_site.com/some_picture.jpg", "r")) {

[PHP-DEV] PHP 4.0 Bug #9806 Updated: fwrite doesn't work on Windows 2000 with Apache Server.

2001-03-17 Thread sniper
ID: 9806 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Filesystem function related Assigned To: Comments: What was the fopen() line you have used? --Jani Previous Comments: -