Voting

: max(nine, six)?
(Example: nine)

The Note You're Voting On

helly at php dot net
18 years ago
If you are using syslog-ng and want errors send to syslog then use ini setting "error_log = syslog" and add something like the following to your syslog-ng.conf:

destination php { file("/var/log/php.log" owner(root) group(devel) perm(0620)); };
log { source(src); filter(f_php); destination(php); };

<< Back to user notes page

To Top