[PHP-DEV] PHP 4.0 Bug #9727 Updated: Unable to use @ in URL passwords with fopen()

2001-04-03 Thread sniper
ID: 9727 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Assigned To: Comments: Works for me just fine. (with a passwd containing a @ ) Please try the latest CVS snapshot from http://snaps.php.net/ Reopen this bug

[PHP-DEV] PHP 4.0 Bug #9727 Updated: Unable to use @ in URL passwords with fopen()

2001-03-14 Thread aaron . webb
ID: 9727 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Filesystem function related Description: Unable to use @ in URL passwords with fopen() Here's my exact code with only the username and password changed (oops - i sent a slightly altered version before, to

[PHP-DEV] PHP 4.0 Bug #9727 Updated: Unable to use @ in URL passwords with fopen()

2001-03-13 Thread sniper
ID: 9727 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Assigned To: Comments: There is one bug in your script: . . $server = "servername"; . . echo $filename = 'ftp://username:'.$pword."@$servername/$filename"; .