summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production4
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-production b/php.ini-production
index c10e2da3b0..e737c83a72 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -589,7 +589,7 @@ html_errors = On
; to syslog. Only used when error_log is set to syslog.
;syslog.ident = php
-; The syslog facility is used to specify what type of program is logging
+; The syslog facility is used to specify what type of program is logging
; the message. Only used when error_log is set to syslog.
;syslog.facility = user
@@ -889,7 +889,7 @@ default_socket_timeout = 60
; For example:
;
; extension=mysqli
-;
+;
; When the extension library to load is not located in the default extension
; directory, You may specify an absolute path to the library file:
;