Our blog
Full PHP Error Display for Vhost
To get PHP displaying all errors on a particular apache vhost, simply add the following two lines within the vhost configuration
CODE:
-
php_value display_errors On
-
php_value error_reporting 6143
RSS Feed