PHP :: Bug #67199 :: mb_regex_encoding mishmash
[2014-05-03 23:30 UTC] bugzilla77 at gmail dot com
Description:
------------
Apache 2.4.9
module php5apache2_4.dll
Test script:
---------------
<?php
if(ini_get('default_charset')=='UTF-8'){
exit(mb_internal_encoding().','.mb_regex_encoding());
}else{
exit('Please SET php.ini: default_charset = "UTF-8"');
}
?>
Expected result:
----------------
UTF-8,UTF-8
Actual result:
--------------
On first request after Apache restart:
UTF-8,EUC-JP
On next request (F5 Reload) is OK:
UTF-8,UTF-8
[2014-05-05 08:39 UTC] yohgaki@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: yohgaki