summarylogtreecommitdiffstats
path: root/php.ini.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini.patch')
-rw-r--r--php.ini.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/php.ini.patch b/php.ini.patch
index 7918d5bf1f33..5c60b6e5920c 100644
--- a/php.ini.patch
+++ b/php.ini.patch
@@ -1,15 +1,15 @@
--- php.ini-production.orig
+++ php.ini-production
-@@ -765,7 +765,7 @@
+@@ -760,7 +760,7 @@
; Directory in which the loadable extensions (modules) reside.
- ; http://php.net/extension-dir
+ ; https://php.net/extension-dir
-;extension_dir = "./"
+extension_dir = "/usr/lib/php/modules/"
; On windows:
;extension_dir = "ext"
-@@ -913,51 +913,44 @@
+@@ -908,51 +908,44 @@
; deprecated in a future PHP major version. So, when it is possible, please
; move to the new ('extension=<ext>) syntax.
;
@@ -58,7 +58,7 @@
;extension=shmop
-
-; The MIBS data available in the PHP distribution must be installed.
--; See http://www.php.net/manual/en/snmp.installation.php
+-; See https://www.php.net/manual/en/snmp.installation.php
;extension=snmp
-
;extension=soap