From:             [EMAIL PROTECTED]
Operating system: Any
PHP version:      4.0.4pl1
PHP Bug Type:     *Directory/Filesystem functions
Bug description:  fopen() in w or a mode to a remote server (via HTTP)don't give back 
any error

$fp = fopen("http://www.server.com/data/file.txt);
fput($string,$fp);

/* comment
data have chmod 777
file.txt have chmod 666
when you execute fput() all look ok, but when you read
file.txt nothing in.
Thanks
Bob
*/



-- 
Edit Bug report at: http://bugs.php.net/?id=9916&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to