Answers for "find your php.ini file windows"

PHP
4

how to find php.ini

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

get php ini config from terminal

php -i | grep 'my_value'
Posted by: Guest on November-24-2020

Browse Popular Code Answers by Language