PDA

Click to See Complete Forum and Search --> : [RESOLVED] PHP5 Not showing errors?


Zach_VB6
May 28th, 2010, 11:22 AM
Here's a link to my PHPInfo: http://zachafer.com/phpinfo.php

I have:error_reporting = E_ALL & E_STRICT
display_errors = On both set in C:\php5\php.ini

I have tried restarting Apache, and still nothing.

Here's my code to test the errors:<?PHP
if($dfshijfhsijfhi) {
echo' hi';
}
?>
Please help! :)

Zach_VB6
May 28th, 2010, 12:16 PM
error_reporting = E_ALL | E_STRICT

Resolved.