summarylogtreecommitdiffstats
path: root/php.ini.patch
diff options
context:
space:
mode:
authorAndrew Shelyakov2018-01-21 01:20:07 +0300
committerAndrew Shelyakov2018-01-21 01:24:11 +0300
commit86cfc644f509ce9c2f7944c625bb0172c4443506 (patch)
tree4b9be0a7c8bd9939e0e1f970423dd32b7c4e5423 /php.ini.patch
parentc3ba4abf53f3aa3cf32bac9c9467e6d83052b431 (diff)
downloadaur-86cfc644f509ce9c2f7944c625bb0172c4443506.tar.gz
Updated to version 7.2.1
Diffstat (limited to 'php.ini.patch')
-rw-r--r--php.ini.patch14
1 files changed, 11 insertions, 3 deletions
diff --git a/php.ini.patch b/php.ini.patch
index 3cc0d81e13ce..e0248fcb1050 100644
--- a/php.ini.patch
+++ b/php.ini.patch
@@ -9,10 +9,17 @@
; On windows:
; extension_dir = "ext"
-@@ -890,40 +890,43 @@
- ; extension folders as well as the separate PECL DLL download (PHP 5+).
- ; Be sure to appropriately set the extension_dir directive.
+@@ -883,47 +883,44 @@
+ ; deprecated in a future PHP major version. So, when it is possible, please
+ ; move to the new ('extension=<ext>) syntax.
;
+-; Notes for Windows environments :
+-;
+-; - ODBC support is built in, so no dll is needed for it.
+-; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
+-; extension folders as well as the separate PECL DLL download (PHP 5+).
+-; Be sure to appropriately set the extension_dir directive.
+-;
+;extension=bcmath
;extension=bz2
-;extension=curl
@@ -32,6 +39,7 @@
;extension=imap
-;extension=interbase
+;extension=intl
++;extension=sodium
;extension=ldap
-;extension=mbstring
-;extension=exif ; Must be after mbstring as it depends on it