ID: 11659
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Sockets related
Operating system:
PHP Version: 4.0.6
Assigned To:
Comments:
Your example script works just fine.
Can you please explain what exactly doesn't work?
And preferrably include suck non-working example
script (short one) into this bug report.
Previous Comments:
---------------------------------------------------------------------------
[2001-06-25 09:02:29] [EMAIL PROTECTED]
<?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.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11659&edit=2
--
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]