syslog.facility
INI • Added in PHP 7.3
syslog.facility — The syslog facility is used to specify what type of program is logging the message. Only used when error_log is set to syslog.
| Default value | "LOG_USER" |
| Development value | "LOG_USER" |
| Production value | "LOG_USER" |
Modifiability: INI_SYSTEM - The syslog.facility INI directive directive is a system-directive, and can only be configured in php.ini files or Server-API configuration files such as Apache httpd.conf. It cannot be configured with ini_set calls.
syslog.facility = "LOG_USER" Changes to the syslog.facility INI
PHP 7.3
- INI directive added
syslog.facility INI Availability
syslog.facility INI Availability| PHP Version | Availability |
|---|---|
| PHP 8.6Upcoming Release | Yes |
| PHP 8.5Supported (Latest) | Yes |
| PHP 8.4Supported | Yes |
| PHP 8.3Security-Fixes Only | Yes |
| PHP 8.2Security-Fixes Only | Yes |
| PHP 8.1Unsupported | Yes |
| PHP 8.0Unsupported | Yes |
| PHP 7.4Unsupported | Yes |
| PHP 7.3Unsupported | Yes |
| PHP 7.2Unsupported | No |
| PHP 7.1Unsupported | No |
| PHP 7.0Unsupported | No |
| PHP 5.6Unsupported | No |
| PHP 5.5Unsupported | No |
| PHP 5.4Unsupported | No |
| PHP 5.3Unsupported | No |