Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.3

Bug #3054 Incorrectly reads the line-end character
Submitted: 2004-12-29 19:08 UTC
From: FarazAli at gmail dot com Assigned: cweiske
Status: Closed Package: Net_Server
PHP Version: 4.3.5 OS: Windows XP
Roadmaps: (Not assigned)    
Subscription  


 [2004-12-29 19:08 UTC] FarazAli at gmail dot com
Description: ------------ in Net/Server/Driver.php (Line: 202), the script incorrectly reads in the end character; everytime I press space when connected to the server through telnet, it would be interpreted as the end char. It should read as follows: NEW: if (trim($buf) == $this->readEndCharacter) OLD: if (trim($buf) === '')

Comments

 [2005-01-29 17:02 UTC] FarazAli at gmail dot com
in Net/Server/Driver.php (Line: 202), the script incorrectly reads in the end character; everytime I press space when connected to the server through telnet, it would be interpreted as the end char. It should read as follows: NEW: if (trim($buf) == $this->readEndCharacter) OLD: if (trim($buf) == '')
 [2005-01-29 18:36 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!