i've just installed PHP5.2.4 on Apache
But no errors are shown
The code i use deliberately with an error: (index.php)
Code: Select all
<?php
echo "hej;
?>Code: Select all
error_reporting = E_ALL
display_errors = OnThanks!
Moderator: General Moderators
Code: Select all
<?php
echo "hej;
?>Code: Select all
error_reporting = E_ALL
display_errors = On