In Debian, we can create order for loading php modules that are installed inside
/etc/php5/mods-available
By creating symbolic links for php-fpm or php-cli or ...
Could not find something like that in centos!
Do you have any ideas?
In Debian, we can create order for loading php modules that are installed inside
/etc/php5/mods-available
By creating symbolic links for php-fpm or php-cli or ...
Could not find something like that in centos!
Do you have any ideas?
In general, you should use an extensions.ini that is defining the load order (easier to manage than the content of directories by copy/linking). The order you give in this extensions.ini is used FIFO by PHP itself - https://wiki.php.net/internals/extensions