diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2008-10-15 18:41:18 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2008-10-15 18:41:18 +0000 |
commit | e667c25403e782821bf6c4c18ff6dcabdb594c69 (patch) | |
tree | 71e319ff670b852d8d78d13cf83a14a2ed01dadf /php.ini-dist | |
parent | faadae148b22debe82559e64b569f29ab118716f (diff) | |
download | php-git-e667c25403e782821bf6c4c18ff6dcabdb594c69.tar.gz |
[DOC] Remove define_syslog_variables() and define_syslog_variables ini option
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/php.ini-dist b/php.ini-dist index abf15031db..3f12f869c7 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -648,12 +648,6 @@ default_socket_timeout = 60 ;phar.require_hash = On ;phar.cache_list = -[Syslog] -; Whether or not to define the various syslog variables (e.g. $LOG_PID, -; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In -; runtime, you can define these variables by calling define_syslog_variables(). -define_syslog_variables = Off - [mail function] ; For Win32 only. SMTP = localhost |