summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-04-14 09:33:49 +0200
committerAnatol Belski <ab@php.net>2014-04-14 09:33:49 +0200
commite3abcf7826993876cf6c9cc09eb848b67d40e85e (patch)
treea2b58a288e6b71396267c88ea6f27a989ed5ad80 /php.ini-development
parentcfe24a7be27cf6e4b52ea066dfb938efd7f5d703 (diff)
parent57d657987d5750f9a6482c8a9999f30dd6aabe46 (diff)
downloadphp-git-e3abcf7826993876cf6c9cc09eb848b67d40e85e.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fixed bug #67033 Remove reference to Windows 95
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development4
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-development b/php.ini-development
index ac60db901f..148d194fef 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
@@ -1044,7 +1044,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]