From: xhausherr at bestofmedia dot com Operating system: Windows Vista 32bits SP1 PHP version: 5.2.6 PHP Bug Type: *Unicode Issues Bug description: mbstring.func_overload
Description: ------------ Hello, I am using PHP 5.2.6 and Apache 2.2.8. I need to convert some huge website from ISO-8859-1 to UTF-8. I am using the mbstring overload to avoid rewriting the entire PHP code. But I have a problem on some PHP script (my entire forum) when I add the "2: Overload str*() functions". In this case, the script is stopped before his end without any Php or Apache error. The page is not blank, but stop before the end of the script. I have used Xdebug to try to see something, but it doesn't help me. Here is my mbstring configuration : [mbstring] mbstring.language = UTF-8 mbstring.internal_encoding = UTF-8 mbstring.http_input = auto mbstring.http_output = UTF-8 mbstring.detect_order = auto mbstring.func_overload = 7 Do you have an idea on this ? Best regards. -- Edit bug report at http://bugs.php.net/?id=45709&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=45709&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=45709&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=45709&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=45709&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=45709&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=45709&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=45709&r=needscript Try newer version: http://bugs.php.net/fix.php?id=45709&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=45709&r=support Expected behavior: http://bugs.php.net/fix.php?id=45709&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=45709&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=45709&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=45709&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=45709&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=45709&r=dst IIS Stability: http://bugs.php.net/fix.php?id=45709&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=45709&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=45709&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=45709&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=45709&r=mysqlcfg
