I have MAMP installed on my mac OSX 10.5, php 5.2.11, Apache 2
running phpinfo() from the webserver, shows:- error_log = /Applications/MAMP/logs/php_error_log log_errors = On display_errors = On ini as poining to /Applications/MAMP/conf/php5/php.ini
Thinking that there might be a permissions issue. I even created an empty php_error_log file in the appropriate folder and set permissions so that all can write to it.
but calling error_log() in a php script through the browser, does not yield any entry in the log file. File size remains as zero.
Any ideas?