diff options
author | Anatol Belski <ab@php.net> | 2014-04-14 09:32:31 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-04-14 09:32:31 +0200 |
commit | 95c57bb646d141d42bcadedfe0daac8c582b1a64 (patch) | |
tree | b0f9ef8a1fc28220440e86780c1de0d091db92cf /php.ini-development | |
parent | b80243aece46a276dea7132605448190f8c8f201 (diff) | |
download | php-git-95c57bb646d141d42bcadedfe0daac8c582b1a64.tar.gz |
Fixed bug #67033 Remove reference to Windows 95
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-development b/php.ini-development index 962010746b..cba0679c27 100644 --- a/php.ini-development +++ b/php.ini-development @@ -573,7 +573,7 @@ html_errors = On ; http://php.net/error-log ; Example: ;error_log = php_errors.log -; Log errors to syslog (Event Log on NT, not valid in Windows 95). +; Log errors to syslog (Event Log on Windows). ;error_log = syslog ;windows.show_crt_warning @@ -1010,7 +1010,7 @@ mail.add_x_header = On ; The path to a log file that will log all mail() calls. Log entries include ; the full path of the script, line number, To address and headers. ;mail.log = -; Log mail to syslog (Event Log on NT, not valid in Windows 95). +; Log mail to syslog (Event Log on Windows). ;mail.log = syslog [SQL] |