cyberfly
11/15/2017 - 2:06 AM

PHP terminal command

PHP terminal command

//find location PHP ini

php -i | grep ini

//find php extension folder

php -i | grep extension_dir

//find php extension folder alt

grep extension_dir=  `which php-config`