ID: 46915
Updated by: [email protected]
Reported By: qrizly at hotmail dot com
Status: Open
Bug Type: Reproducible crash
Operating System: XP
PHP Version: 5.2.8
New Comment:
I can't reproduce it.
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: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