PHP

php extension_dir のデフォルトってどこ?

Cent7.2でremi-php72パッケージを利用した際のphp拡張パッケージのディレクトリの場所を確認しました。

# rpm -qa |grep php-7.2.1-1.el7.remi
php-7.2.1-1.el7.remi.x86_64
# 
# php -i |grep -i extension_dir
extension_dir => /usr/lib64/php/modules => /usr/lib64/php/modules
#
# ll /usr/lib64/php/modules
合計 8188
-rwxr-xr-x. 1 root root   24752  1月  3 17:02 bz2.so
-rwxr-xr-x. 1 root root   33624  1月  3 17:02 calendar.so
-rwxr-xr-x. 1 root root   15648  1月  3 17:02 ctype.so
-rwxr-xr-x. 1 root root   87072  1月  3 17:02 curl.so
-rwxr-xr-x. 1 root root   86136  1月  3 17:02 exif.so
-rwxr-xr-x. 1 root root 5052536  1月  3 17:02 fileinfo.so
-rwxr-xr-x. 1 root root   62048  1月  3 17:02 ftp.so
-rwxr-xr-x. 1 root root   15744  1月  3 17:02 gettext.so
-rwxr-xr-x. 1 root root   45240  1月  3 17:02 iconv.so
-rwxr-xr-x. 1 root root  122976 11月  6 03:34 igbinary.so
-rwxr-xr-x. 1 root root  484536  1月  3 17:02 intl.so
-rwxr-xr-x. 1 root root   44880  1月  3 17:02 json.so
-rwxr-xr-x. 1 root root 1688424  1月  3 17:02 mbstring.so
-rwxr-xr-x. 1 root root  118952 11月 28 21:10 memcached.so
-rwxr-xr-x. 1 root root   70512  8月 30 20:29 msgpack.so
-rwxr-xr-x. 1 root root  274144  1月  3 17:02 phar.so
-rwxr-xr-x. 1 root root   91664  1月  3 17:02 sockets.so
-rwxr-xr-x. 1 root root   19936  1月  3 17:02 tokenizer.so
#
# rpm -ql php-intl
/etc/php-zts.d/20-intl.ini
/etc/php.d/20-intl.ini
/usr/lib64/php-zts/modules/intl.so
/usr/lib64/php/modules/intl.so
#
# rpm -ql php-mbstring
/etc/php-zts.d/20-mbstring.ini
/etc/php.d/20-mbstring.ini
/usr/lib64/php-zts/modules/mbstring.so
/usr/lib64/php/modules/mbstring.so
/usr/share/licenses/php-mbstring-7.2.1
/usr/share/licenses/php-mbstring-7.2.1/libmbfl_LICENSE
/usr/share/licenses/php-mbstring-7.2.1/oniguruma_COPYING
/usr/share/licenses/php-mbstring-7.2.1/ucgendat_LICENSE
#