ID:               37468
 User updated by:  edacval at gmail dot com
 Reported By:      edacval at gmail dot com
 Status:           Bogus
 Bug Type:         mbstring related
 Operating System: linux gentoo 2.6.16
 PHP Version:      5.1.4
 New Comment:

but in php.ini is "mbstring.strict_detection = On".


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

[2006-07-30 13:48:08] [EMAIL PROTECTED]

Which means it works fine.

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

[2006-07-30 13:25:06] edacval at gmail dot com

# 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

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

[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.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/37468

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

Reply via email to