ID: 38961
User updated by: nikolas dot hagelstein at gmail dot com
Reported By: nikolas dot hagelstein at gmail dot com
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: Netbsd 3.0.1 AMD64
PHP Version: 5.1.6
New Comment:
I checked out 5.2 from cvs but i am not able to build it on my
maschine.
"Syntax error: Unterminated quoted string"
Any other way to check if the the 64bit fix works?
Previous Comments:
------------------------------------------------------------------------
[2006-09-26 15:41:22] [EMAIL PROTECTED]
Can you please try the latest CVS, it has a 64bit fix that may
fix the crash you are experiencing.
------------------------------------------------------------------------
[2006-09-26 15:35:34] nikolas dot hagelstein at gmail dot com
So it is eigther a system specific issue (i was able to reproduce it on
2 maschines) or you did not used an utf8 file ;)
------------------------------------------------------------------------
[2006-09-26 15:32:42] [EMAIL PROTECTED]
Works perfectly fine: string(0) ""
------------------------------------------------------------------------
[2006-09-26 15:16:57] nikolas dot hagelstein at gmail dot com
I can not try that since i am not able to submit real utf8 chars
through my shell.
test.php
<?php
echo "crash:".metaphone('รถ');
?>
php test.php
results in a segmentation fault test.php needs to be an UTF8 file.
file -i test.php
test.php: text/plain; charset=utf-8
------------------------------------------------------------------------
[2006-09-26 15:09:28] [EMAIL PROTECTED]
./sapi/cli/php -r
'var_dump(metaphone("русский
язык UTF8"));'
string(3) "UTF"
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/38961
--
Edit this bug report at http://bugs.php.net/?id=38961&edit=1