ID: 38961
Updated by: [EMAIL PROTECTED]
Reported By: nikolas dot hagelstein at gmail dot com
-Status: Open
+Status: Feedback
Bug Type: Reproducible crash
Operating System: Netbsd 3.0.1 AMD64
PHP Version: 5.1.6
New Comment:
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves.
A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external
resources such as databases, etc. If the script requires a
database to demonstrate the issue, please make sure it creates
all necessary tables, stored procedures etc.
Please avoid embedding huge scripts into the report.
Previous Comments:
------------------------------------------------------------------------
[2006-09-26 14:01:12] nikolas dot hagelstein at gmail dot com
Description:
------------
Passing utf8 data to metaphone results in a segmentation fault.
Reproduce code:
---------------
<?PHP
//replace xxx with native utf8 chars e.g. copy and paste from
a russian website. The document itself needs to be of ut8 too
echo "crash:".metaphone('xxx');
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=38961&edit=1