Here's a link to my PHPInfo: http://zachafer.com/phpinfo.php

I have:
PHP Code:
error_reporting E_ALL E_STRICT 
PHP Code:
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 Code:
<?PHP
    
if($dfshijfhsijfhi) {
        echo
' hi';
    }
?>
Please help!