From: wzaccone at telcordia dot com
Operating system: Solaris 5.8 / Sparc
PHP version: 4.3.2
PHP Bug Type: Sockets related
Bug description: socket_select call is blocking and never returning
we upgraded our application from php 4.1.2 to 4.3.2 and are testing. and
found the following code no longer works:
if (@socket_select($socketsCopy, $w = NULL, $e = NULL, $tv = NULL) !==
FALSE){
foreach($socketsCopy as $sock){
The socket_select call appears to be never returning with php 4.3.2.. code
worked correctly with 4.1.2.
--
Edit bug report at http://bugs.php.net/?id=24101&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=24101&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=24101&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=24101&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=24101&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=24101&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=24101&r=support
Expected behavior: http://bugs.php.net/fix.php?id=24101&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=24101&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=24101&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=24101&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24101&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=24101&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=24101&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=24101&r=gnused