I'm having problem getting PHP to write to error log.
In php.ini file, i have set the following :
Code: Select all
log_errors = On
error_log = /usr/local/apache2/logs/php-error.log
But i still i cannot get any error log written to the file.
Anything i miss ? Thanks for the kind help.
For info, i'm on Fedora 25 with PHP 7.1.7