ID: 37468 User updated by: edacval at gmail dot com Reported By: edacval at gmail dot com -Status: No Feedback +Status: Open 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(); ?> Same result Previous Comments: ------------------------------------------------------------------------ [2006-06-01 01:00:00] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2006-05-24 22:21:16] [EMAIL PROTECTED] # 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(); ?> ------------------------------------------------------------------------ [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