Hi Group,
I cannot log errors for some reason.
Situation: PHP 5.0 ISAPI on W2000 IIS 5.0
In php.ini:
error_reporting = E_ALL
log_errors = On
error_log = C:\php\myerrorl og.log
From some script:
<?
echo 8/0;
?>
But my file stays empty.
To test if I had some permissionprobl em:
error_log("test error",3,"C"\ph p\myerrorlog.lo g");
But that worked: The text "testerror" appeared in the logfile.
What else could be wrong?
TIA
Regards,
Erwin Moller
I cannot log errors for some reason.
Situation: PHP 5.0 ISAPI on W2000 IIS 5.0
In php.ini:
error_reporting = E_ALL
log_errors = On
error_log = C:\php\myerrorl og.log
From some script:
<?
echo 8/0;
?>
But my file stays empty.
To test if I had some permissionprobl em:
error_log("test error",3,"C"\ph p\myerrorlog.lo g");
But that worked: The text "testerror" appeared in the logfile.
What else could be wrong?
TIA
Regards,
Erwin Moller
Comment