PHP查看编译参数

PHP查看编译参数

[root@test ~]# php -i|grep configure
Configure Command =>  './configure'  '--prefix=/usr/local/php' '--with-config-file-path=/usr/local/php/etc' '--enable-fpm' '--with-gettext=shared' '--with-iconv=shared' '--enable-bcmath=shared' '--enable-ftp=shared' '--enable-mbstring=shared' '--enable-sockets=shared' '--with-pdo_sqlite=shared' '--with-sqlite3=shared' '--enable-zip' '--enable-soap=shared' '--with-openssl' '--with-zlib' '--with-curl=shared' '--with-gd=shared' '--with-jpeg-dir' '--with-png-dir' '--with-freetype-dir' '--with-mcrypt=shared' '--with-mhash=shared' '--with-mysql=mysqlnd' '--with-mysqli=shared,mysqlnd' '--with-pdo-mysql=shared,mysqlnd' '--without-pear' '--with-libdir=lib64' '--disable-fileinfo'

猜你喜欢

转载自www.cnblogs.com/paul8339/p/9121100.html