Answers for "how to find php.ini file in windows"

PHP
4

how to find php.ini

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

To find out where your php.ini is located

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

where is php.ini file in ubuntu

/etc/php/7.0/apache2
Posted by: Guest on July-19-2021

Browse Popular Code Answers by Language