ID: 26519
Updated by: [EMAIL PROTECTED]
Reported By: osvetlik at kerio dot com
-Status: Open
+Status: Feedback
Bug Type: Compile Failure
Operating System: LInux Fedora Core 1
PHP Version: 4.3.4
New Comment:
Can you please explain WHY this needs to be changed?
Previous Comments:
------------------------------------------------------------------------
[2003-12-04 07:06:21] [EMAIL PROTECTED]
..in HEAD, but there is in PHP_4_3 branch. :)
------------------------------------------------------------------------
[2003-12-04 07:05:29] [EMAIL PROTECTED]
There is no such line in php_string.h..
------------------------------------------------------------------------
[2003-12-04 06:53:57] osvetlik at kerio dot com
I'm sorry I forgot the file name:
include/php/ext/standard/php_string.h
------------------------------------------------------------------------
[2003-12-04 06:50:25] osvetlik at kerio dot com
Description:
------------
line 142 should read:
if ((p = (char *)memchr(p, *needle, (end-p+1))) && ne ==
p[needle_len-1]) {
instead of:
if ((p = memchr(p, *needle, (end-p+1))) && ne == p[needle_len-1]) {
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=26519&edit=1