1 --- php.ini-production.orig
5 ; Directory in which the loadable extensions (modules) reside.
6 ; https://php.net/extension-dir
8 +extension_dir = "/usr/lib/php/modules/"
10 ;extension_dir = "ext"
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.
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.
46 -;extension=exif ; Must be after mbstring as it depends on it
49 -;extension=oci8_12c ; Use with Oracle Database 12c Instant Client
50 -;extension=oci8_19 ; Use with Oracle Database 19 Instant Client
53 -;extension=pdo_firebird
54 +;zend_extension=opcache
65 -; The MIBS data available in the PHP distribution must be installed.
66 -; See https://www.php.net/manual/en/snmp.installation.php
80 -;zend_extension=opcache