I've just installed php5.0.4 with IIs windows-2003 server.
I've been tried and tried to get error logs in a file, but never succeed.
I'am really new in php, but I think this little script should produce some message:
Code: Select all
<?php
error_log ( "Hi there" );
echo "Hi there";
?>Here it is:
The errors.log is given full control rights to administrator and system.php.ini wrote:error_reporting = E_ALL & E_STRICT
display_errors = On
display_startup_errors = On
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
error_log = c:\Program Files\php-5.0.4\errors.log
Any help should be appreciated
Bernard.