From: dietrich dot ayala at foundstone dot com Operating system: windows 2000 PHP version: 4.3.2RC4 PHP Bug Type: Sockets related Bug description: pfsockopen() returning bad connection when host restarts
If I make a persistent connection to a host, then cycle the host, subsequent requests to pfsockopen return a connection (no error), but any subsequent calls to fgets() (and any socket-accessing kin) using the pointer fail w/ bad connection errors. Previously, I reported this problem when the host *never* comes back up, and Wez fixed that. But it appears this also happens when the host is cycled as well. -- Edit bug report at http://bugs.php.net/?id=23837&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=23837&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=23837&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=23837&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=23837&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=23837&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=23837&r=support Expected behavior: http://bugs.php.net/fix.php?id=23837&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=23837&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=23837&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=23837&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23837&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=23837&r=dst IIS Stability: http://bugs.php.net/fix.php?id=23837&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=23837&r=gnused
