|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2009-01-22 13:43 UTC] jani@php.net
  [2009-02-07 21:12 UTC] damager at seznam dot cz
  [2009-02-28 23:27 UTC] test at test dot ru
  [2009-04-20 07:59 UTC] andre dot huebner at gmx dot de
  [2009-09-24 10:11 UTC] maxage at mail dot ru
  [2010-01-07 11:23 UTC] svn@php.net
  [2010-01-07 11:23 UTC] kalle@php.net
  [2010-09-07 11:55 UTC] mail2010 at marc-richter dot info
  [2010-09-07 13:08 UTC] mail2010 at marc-richter dot info
  [2011-05-19 14:55 UTC] b3q dot ru at ya dot ru
  [2012-07-20 08:22 UTC] conrad dot philipp at gmail dot com
  [2020-02-07 06:09 UTC] phpdocbot@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 04:00:01 2025 UTC | 
Description: ------------ Setting for mbstring.func_overload in .htaccess is not reflected. For information, this works in PHP 5.2.6, but does not work in 5.2.8 or 5.2.9 snapshot (22 Jan 2009). In php.ini: mbstring.func_overload = 0 In httpd.conf: AllowOverride All In $WEBROOT/test folder put .htaccess: php_value mbstring.func_overload 7 Reproduce code: --------------- <?php phpinfo() ?> Expected result: ---------------- mbstring.func_overload Local Value = 7 Master Value = 0 Actual result: -------------- mbstring.func_overload Local Value = 0 Master Value = 0