ID:               37468
 Updated by:       [EMAIL PROTECTED]
 Reported By:      edacval at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         mbstring related
 Operating System: linux gentoo 2.6.16
 PHP Version:      5.1.4
 New Comment:

Is the php.ini file path shown in phpinfo() match the php.ini 
file you've changes? Also, what SAPI are you using?


Previous Comments:
------------------------------------------------------------------------

[2006-05-16 21:51:50] edacval at gmail dot com

Description:
------------
php_ini:
mbstring.strict_detection = On

phpinfo() show:

<snippet>
  Directive                  Local Value   Master Value
  mbstring.strict_detection     Off              Off
</snippet>

Reproduce code:
---------------
<?php
 phpinfo();
 ini_set("mbstring.strict_detection", "On");
 phpinfo();
?>



Expected result:
----------------
Directive                    Local Value   Master Value
mbstring.strict_detection       On               Off
mbstring.strict_detection       On               Off

Actual result:
--------------
Directive                    Local Value   Master Value
mbstring.strict_detection       Off              Off
mbstring.strict_detection       On               Off


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=37468&edit=1

Reply via email to