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:
# php /tmp/1.php | grep strict_detect mbstring.strict_detection => Off => Off mbstring.strict_detection => On => Off # cat /tmp/1.php <?php phpinfo(); ini_set("mbstring.strict_detection", "On"); phpinfo(); ?> Previous Comments: ------------------------------------------------------------------------ [2006-05-19 01:19:29] edacval at gmail dot com Yes,files match - /etc/php/apache2-php5/php.ini ( checked 1000 times ! :)).I can change all other setting,except this. Server API - Apache 2.0 Handler. Can provide php.ini file and phpinfo() output,if this help to solve the problem. ------------------------------------------------------------------------ [2006-05-17 13:06:40] [EMAIL PROTECTED] Is the php.ini file path shown in phpinfo() match the php.ini file you've changes? Also, what SAPI are you using? ------------------------------------------------------------------------ [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