From: [EMAIL PROTECTED]
Operating system: Red Hat Linux 6.0
PHP version: 4.0.6
PHP Bug Type: Sockets related
Bug description: fsockopen and fopen
<?php
$fd = fopen("http://www.php.net/", "r" );
if($fd)
{
fpassthru($fd);
}
?>
I am also unable to write *functional* scripts using fsockopen...
My compile line was:
#./configure --with-mysql=/usr/local/mysql-3.22.32-pc-linux-gnu-i686/
--with-apxs=/usr/localapache_1.3.20/bin/apxs
make
make install
I am using Netscape 4.51.
Thanks, Katie.
--
Edit Bug report at: http://bugs.php.net/?id=11659&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]