|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-12-20 19:37 UTC] qrizly at hotmail dot com
[2008-12-20 21:27 UTC] qrizly at hotmail dot com
[2008-12-24 19:37 UTC] felipe@php.net
[2008-12-24 22:50 UTC] scottmac@php.net
[2009-01-01 01:00 UTC] php-bugs at lists dot php dot net
[2009-02-10 22:20 UTC] felipe@php.net
[2009-02-18 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 03:00:01 2025 UTC |
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