I have a PHP server at home for development. He works:
Ubuntu 9.10 Apache 2.2.12 PHP 5.3.2-0.dotdeb.1 MySql 5.0.7-dev
Currently settings in php.ini errors for displayiong:
display_errors = on error_reporting = E_ALL
But I do not see errors in my php script. It is also very strange that phpinfo () shows me this:
display_errors Off
I checked the php.ini file and restarted the Apache server many times, but no luck. Does anyone know how this is possible?
edit:
When I installed this locally:
ini_set('display_errors', 'on');
I get errors.
php apache
iSenne Apr 15 '10 at 19:55 2010-04-15 19:55
source share