upgpkg: ocaml-ctypes 0.20.2-1
[arch-packages.git] / php / trunk / php.ini.patch
blob49255fd554ae05ee95a571180622d4cf5ed4c7f9
1 --- php.ini-production.orig
2 +++ php.ini-production
3 @@ -765,7 +765,7 @@
5 ; Directory in which the loadable extensions (modules) reside.
6 ; https://php.net/extension-dir
7 -;extension_dir = "./"
8 +extension_dir = "/usr/lib/php/modules/"
9 ; On windows:
10 ;extension_dir = "ext"
12 @@ -913,57 +913,43 @@
13 ; deprecated in a future PHP major version. So, when it is possible, please
14 ; move to the new ('extension=<ext>) syntax.
16 -; Notes for Windows environments :
18 -; - Many DLL files are located in the ext/
19 -; extension folders as well as the separate PECL DLL download.
20 -; Be sure to appropriately set the extension_dir directive.
22 +;extension=bcmath
23 ;extension=bz2
25 -; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
26 -; otherwise it results in segfault when unloading after using SASL.
27 -; See https://github.com/php/php-src/issues/8620 for more info.
28 -;extension=ldap
30 -;extension=curl
31 +;extension=calendar
32 +extension=curl
33 +;extension=dba
34 +;extension=enchant
35 +;extension=exif
36 ;extension=ffi
37 ;extension=ftp
38 -;extension=fileinfo
39 ;extension=gd
40 ;extension=gettext
41 ;extension=gmp
42 +;extension=iconv
43 ;extension=intl
44 -;extension=imap
45 -;extension=mbstring
46 -;extension=exif ; Must be after mbstring as it depends on it
47 +;extension=ldap
48 ;extension=mysqli
49 -;extension=oci8_12c ; Use with Oracle Database 12c Instant Client
50 -;extension=oci8_19 ; Use with Oracle Database 19 Instant Client
51 ;extension=odbc
52 -;extension=openssl
53 -;extension=pdo_firebird
54 +;zend_extension=opcache
55 +;extension=pdo_dblib
56 ;extension=pdo_mysql
57 -;extension=pdo_oci
58 ;extension=pdo_odbc
59 ;extension=pdo_pgsql
60 ;extension=pdo_sqlite
61 ;extension=pgsql
62 +;extension=pspell
63 ;extension=shmop
65 -; The MIBS data available in the PHP distribution must be installed.
66 -; See https://www.php.net/manual/en/snmp.installation.php
67 ;extension=snmp
69 ;extension=soap
70 ;extension=sockets
71 ;extension=sodium
72 ;extension=sqlite3
73 +;extension=sysvmsg
74 +;extension=sysvsem
75 +;extension=sysvshm
76 ;extension=tidy
77 ;extension=xsl
78 -;extension=zip
80 -;zend_extension=opcache
81 +extension=zip
83 ;;;;;;;;;;;;;;;;;;;
84 ; Module Settings ;