ID: 41140 Updated by: [EMAIL PROTECTED] Reported By: m dot cacote at free dot fr -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Windows XP PHP Version: 5.2.1 New Comment:
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 Previous Comments: ------------------------------------------------------------------------ [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
