db-move: moved seahorse from [testing] to [extra] (x86_64)
[arch-packages.git] / php-legacy / trunk / php.ini.patch
blob74b0ba6f93da32327fe8b4419092f8b790f6d5df
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-legacy/modules/"
9 ; On windows:
10 ;extension_dir = "ext"
12 @@ -913,56 +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 extensions/ (PHP 4) or ext/ (PHP 5+)
19 -; extension folders as well as the separate PECL DLL download (PHP 5+).
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
79 -;zend_extension=opcache
80 +extension=zip
82 ;;;;;;;;;;;;;;;;;;;
83 ; Module Settings ;