Answers for "locate php.ini"

PHP
4

how to find php.ini

php -i | grep "Loaded Configuration File"
Posted by: Guest on January-06-2021
2

php get php.ini location from termina

php --ini
Posted by: Guest on April-29-2020
1

To find out where your php.ini is located

run: php --ini
Posted by: Guest on June-08-2020

Browse Popular Code Answers by Language