ID: 50047
Updated by: [email protected]
Reported By: naox at o2 dot pl
Status: Open
Bug Type: Feature/Change Request
Operating System: -
PHP Version: 5.2.11
New Comment:
is this some thing what you are looking for ?
$fp = fsockopen("tcp://127.0.0.1", 8080);
or
$fp = fsockopen("unix:///tmp/mysocket", ..);
Previous Comments:
------------------------------------------------------------------------
[2009-11-01 00:26:59] naox at o2 dot pl
Description:
------------
PHP really needs interface binding for fsockopen() (like socket_bind())
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=50047&edit=1