ID: 46915 Updated by: j...@php.net Reported By: qrizly at hotmail dot com -Status: Bogus +Status: Open Bug Type: Reproducible crash Operating System: XP -PHP Version: php-5.2.8 +PHP Version: 5.2.8
Previous Comments: ------------------------------------------------------------------------ [2008-12-20 21:27:46] qrizly at hotmail dot com another string that gives me trouble in PHP as well: "gpxgpx" ------------------------------------------------------------------------ [2008-12-20 19:37:49] qrizly at hotmail dot com and tested in PHP 5.2.8. Problem still occurs. Small question along the lines, is this true: 5.3CVS-2008-12-20 (snapshot) < php-5.2.8 ------------------------------------------------------------------------ [2008-12-20 19:22:19] der...@php.net Thank you for taking the time to report a problem with PHP. Unfortunately you are not using a current version of PHP -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. . ------------------------------------------------------------------------ [2008-12-20 19:07:58] qrizly at hotmail dot com Description: ------------ the string "kdxkdx" encoded in utf-8 or ISO-8859-1 craches in PHP 5.1 and tested in latest snapshot: php-5.3-win32-VC6-x86 Reproduce code: --------------- $txt = iconv("ISO-8859-1", "UTF-8", "kdxkdx"); echo metaphone($txt); Expected result: ---------------- echo: KTKSKTKS Actual result: -------------- PHP CGI crash ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46915&edit=1