error_reporting server level
Posted: Sun Aug 05, 2007 3:47 pm
Hi guys,
I have Php 5.x.x running on my Linux server but when I interpret a script containing a lot of errors I do not have them displayed. For example:
<?php
error_reporting(E_ALL);
prinstr(this is an error}:
whsirel({{{})))
-what an error
;;;
?>
I get not error messages.
Do you have any ideas about that behaviour?
I have Php 5.x.x running on my Linux server but when I interpret a script containing a lot of errors I do not have them displayed. For example:
<?php
error_reporting(E_ALL);
prinstr(this is an error}:
whsirel({{{})))
-what an error
;;;
?>
I get not error messages.
Do you have any ideas about that behaviour?