Running PHP under IIS on my Win XP Pro system. I cannot easily debug my scripts because PHP has to write an error log entry. Here are the relevant (I think) php.ini entries:
error_reporting = E_ALL & E_STRICT
display_errors = Off
log_errors = On
error_log = "c: /php5/log/php.log"
I used to have slashes running on Windows / DOS. In any case, he did not write to the php.log file in this directory. The log file is writable in IUSR_SERVERNAME, this directory is writable in IUSR_SERVERNAME, the parent directory is writable in IUSR_SERVERNAME. I'm sure I'm missing something stupid.
Any tips?
source
share