0

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?

madz
  • 123
  • 1
  • 6

1 Answers1

0

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

Jimmy Koerting
  • 151
  • 1
  • 8