zendtech / ZendOptimizerPlus

Other
914 stars 142 forks source link

7.0.4 + opcache.error_log + opcache.log_verbosity_level has no effect #202

Open davidfavor opened 9 years ago

davidfavor commented 9 years ago

Set opcache.error_log= /var/log/apache2/opcache.log

Upgraded from 7.0.3 to 7.0.4 - no logging.

Set opcache.log_verbosity_level=4 - no logging.

Tried touching the file + also changing permissions to www-data:www-data (Ubuntu Apache's user/group) - no logging.

Any suggestions about getting logging working are appreciated.

Thanks.

davidfavor commented 9 years ago

Bump.

laruence commented 9 years ago

I can not reproduce this, maybe you can try with strace? you can set opcache.enable_cli=1 then opcache.blacklist_filename=/tmp/noexistsfile(this will trigger a warning).