|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2014-05-05 08:39 UTC] yohgaki@php.net
 
-Status:      Open
+Status:      Assigned
-Assigned To:
+Assigned To: yohgaki
  [2014-05-12 04:45 UTC] yohgaki@php.net
  [2014-05-12 04:45 UTC] yohgaki@php.net
 
-Status: Assigned
+Status: Closed
  [2014-05-12 09:03 UTC] ab@php.net
  [2014-05-13 11:25 UTC] dmitry@php.net
  [2014-05-14 07:57 UTC] tyrael@php.net
  [2014-05-26 06:32 UTC] ab@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 10:00:02 2025 UTC | 
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