Edit report at https://bugs.php.net/bug.php?id=61356&edit=1
ID: 61356 Comment by: ni...@php.net Reported by: dave dot kimble at gmx dot com Summary: error_reporting always reports E_STRICT Status: Open Type: Bug Package: PHP options/info functions Operating System: Windows 7 Ult 32 PHP Version: 5.4.0 Block user comment: N Private report: N New Comment: Are you sure that you are modifying the correct .ini file? Also, did you restart your server after the changes? Previous Comments: ------------------------------------------------------------------------ [2012-03-12 09:28:44] dave dot kimble at gmx dot com Description: ------------ php-5.4.0-Win32-VC9-x86.zip downloaded 11 March 2012 php.ini as per php.ini-production with a few minor tweaks error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT sends E_STRICT messages to web page - potential security risk eg: Strict Standards: Non-static method ConvertUtils::AttributeQuote() should not be called statically in W:\domains\*****.org.au\private_html\webmail\index.php on line 226 Nothing I do to error_reporting will switch it off. display_errors = Off doesn't seem to work either. Test script: --------------- AfterLogic Webmail http://www.afterlogic.com/download/webmail_php.zip unzip to /webmail and browse to /webmail/install needs MySQL, installs OK, then browse to /webmail/index.php to login login screens fills with E_STRICT messages and the form gets corrupted ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61356&edit=1