ID: 15440
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: Strings related
PHP Version: 4.1.1
New Comment:
This bug has been fixed in CVS.
Previous Comments:
------------------------------------------------------------------------
[2002-02-07 22:37:44] [EMAIL PROTECTED]
line 105 in ext/standard/quot_print.c:
else if ( (str_in[i+k] == 10) && (str_in[i+k+1] ==
13))
It should be:
else if ( (str_in[i+k] == 13) && (str_in[i+k+1] ==
10))
This bug breaks testcase ext/standard/tests/general_functions/002.phpt
on OS/2 and most likely on windows too.
Might be on of the problems reported in #9498.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15440&edit=1