summarylogtreecommitdiffstats
path: root/php.ini.patch
diff options
context:
space:
mode:
authorIliya Ivanov2021-04-04 17:18:09 +0300
committerIliya Ivanov2021-04-04 17:18:09 +0300
commit4c14d92a9102a1433bcdec462cef8370ff7e5738 (patch)
treeaea458a0e369b13e0b6aeb0aef8da2d20aef89a5 /php.ini.patch
parentbd88ebd7d64a31bb8775c1624c67790e46cb3dad (diff)
downloadaur-4c14d92a9102a1433bcdec462cef8370ff7e5738.tar.gz
v 8.0.3
Diffstat (limited to 'php.ini.patch')
-rw-r--r--php.ini.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/php.ini.patch b/php.ini.patch
index 22b5abb16e10..7918d5bf1f33 100644
--- a/php.ini.patch
+++ b/php.ini.patch
@@ -1,6 +1,6 @@
--- php.ini-production.orig
+++ php.ini-production
-@@ -756,7 +756,7 @@
+@@ -765,7 +765,7 @@
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
@@ -9,7 +9,7 @@
; On windows:
;extension_dir = "ext"
-@@ -904,49 +904,45 @@
+@@ -913,51 +913,44 @@
; deprecated in a future PHP major version. So, when it is possible, please
; move to the new ('extension=<ext>) syntax.
;
@@ -30,8 +30,7 @@
;extension=ffi
;extension=ftp
-;extension=fileinfo
--;extension=gd2
-+;extension=gd
+ ;extension=gd
;extension=gettext
;extension=gmp
-;extension=intl
@@ -43,6 +42,7 @@
-;extension=exif ; Must be after mbstring as it depends on it
;extension=mysqli
-;extension=oci8_12c ; Use with Oracle Database 12c Instant Client
+-;extension=oci8_19 ; Use with Oracle Database 19 Instant Client
;extension=odbc
-;extension=openssl
-;extension=pdo_firebird
@@ -69,8 +69,9 @@
+;extension=sysvsem
+;extension=sysvshm
;extension=tidy
- ;extension=xmlrpc
;extension=xsl
+-
+-;zend_extension=opcache
+extension=zip
;;;;;;;;;;;;;;;;;;;