ID: 41140 User updated by: m dot cacote at free dot fr Reported By: m dot cacote at free dot fr -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Windows XP PHP Version: 5.2.1 New Comment:
I have tried but the problem is the same. Previous Comments: ------------------------------------------------------------------------ [2007-04-19 18:53:24] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip ------------------------------------------------------------------------ [2007-04-19 18:50:34] m dot cacote at free dot fr Description: ------------ The server crash after the use of str_ireplace, but the srcipt works fine with str_replace or if y use shorter subject parameter Reproduce code: --------------- echo str_ireplace(array('a', 'b'), '', 'cdefghijklmnopqrstuvwxyz'); Expected result: ---------------- cdefghijklmnopqrstuvwxyz Actual result: -------------- the script loop with no end ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41140&edit=1
