• posted 2½ years ago

    php.ini error_log directive: finally fixed my code to make it work

    phpI always ran into an issue whereby if i set the error_log location for an application/server using ini_set('error_log','PATH') it wouldn't log it there. It would log it to whatever path was set in my httpd.conf file, whether it was the global error_log path, or one for a specific virtual host.
    read