[PHP-DEV] PHP 4.0 Bug #2760 Updated: Failure to read from Windows sockets From: Bug Database (php-dev <email protected>)
Date: 11/19/99

ID: 2760
Updated by: danny
Reported By: pjones <email protected>
Status: Open
Bug Type: Misbehaving function
Assigned To:
Comments:

I had a similar problem where the NT App did not terminate
the reply with a newline but with a ">" prompt character.

Replacing the fgets() with an fgtec() loop that stopped on
detecting the terminating ">" promt solved the mystery.
must a lot slower, but it worked.

I use PHP 3.013-dev though (compiled from CVS about a month
ago).
 
Danny

---

Full Bug description available at: http://bugs.php.net/version4/?id=2760

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>