summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production10
1 files changed, 3 insertions, 7 deletions
diff --git a/php.ini-production b/php.ini-production
index c90238f35b..1090321e04 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -870,15 +870,15 @@ default_socket_timeout = 60
;
; For example, on Windows:
;
-; extension=msql.dll
+; extension=mysqli.dll
;
; ... or under UNIX:
;
-; extension=msql.so
+; extension=mysqli.so
;
; ... or with a path:
;
-; extension=/path/to/extension/msql.so
+; extension=/path/to/extension/mysqli.so
;
; If you only provide the name of the extension, PHP will look for it in its
; default extension directory.
@@ -1057,10 +1057,6 @@ mail.add_x_header = On
; Log mail to syslog (Event Log on Windows).
;mail.log = syslog
-[SQL]
-; http://php.net/sql.safe-mode
-sql.safe_mode = Off
-
[ODBC]
; http://php.net/odbc.default-db
;odbc.default_db = Not yet implemented