summarylogtreecommitdiffstats
path: root/php.ini.patch
diff options
context:
space:
mode:
authorWilliam Gathoye2019-02-11 10:47:11 +0100
committerWilliam Gathoye2019-02-11 12:44:56 +0100
commit34f31391f9ced7be094ea4f44436fd87c70c9560 (patch)
tree03e6a64f96b6350663cc4fdbce9b7532e9e6fdbe /php.ini.patch
parent7b4b62774789582eddfcaafb477b652002570802 (diff)
downloadaur-34f31391f9ced7be094ea4f44436fd87c70c9560.tar.gz
Rewrite package and upgrade to 7.1.26
Diffstat (limited to 'php.ini.patch')
-rw-r--r--php.ini.patch14
1 files changed, 3 insertions, 11 deletions
diff --git a/php.ini.patch b/php.ini.patch
index 62634ad3fd8f..faa94793b01d 100644
--- a/php.ini.patch
+++ b/php.ini.patch
@@ -1,18 +1,13 @@
--- php.ini-production.orig
+++ php.ini-production
-@@ -733,7 +733,7 @@
-
+@@ -734,5 +734,5 @@
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
-; extension_dir = "./"
-+extension_dir = "/opt/php71/usr/lib/php/modules/"
++extension_dir = "/usr/lib/php71/modules/"
; On windows:
; extension_dir = "ext"
-
-@@ -883,47 +883,44 @@
- ; If you only provide the name of the extension, PHP will look for it in its
- ; default extension directory.
- ;
+@@ -886,41 +886,38 @@
-; Windows Extensions
-; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5+)
-; extension folders as well as the separate PECL DLL download (PHP 5+).
@@ -92,6 +87,3 @@
+;extension=xmlrpc.so
+;extension=xsl.so
+extension=zip.so
-
- ;;;;;;;;;;;;;;;;;;;
- ; Module Settings ;