1 --- php.ini-production.orig
5 ; Directory in which the loadable extensions (modules) reside.
6 ; http://php.net/extension-dir
8 +extension_dir = "/usr/lib/php7/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 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.
43 -;extension=exif ; Must be after mbstring as it depends on it
45 -;extension=oci8_12c ; Use with Oracle Database 12c Instant Client
48 -;extension=pdo_firebird
49 +;zend_extension=opcache
60 -; The MIBS data available in the PHP distribution must be installed.
61 -; See http://www.php.net/manual/en/snmp.installation.php