php modules location
1Check the current extension directory with:
2
3php-config --extension-dir
4and you can change it by setting extension_dir in php.ini:
5
6extension_dir="/usr/lib64/php/modules"
7Don't forget to restart Apache.
See https://serverfault.com/questions/316156/change-php-modules-directory