Created
December 31, 2014 21:04
-
-
Save seanbuscay/66b346aa83258cf69608 to your computer and use it in GitHub Desktop.
From http://stackoverflow.com/questions/2750580/how-to-find-the-php-ini-file-used-by-the-command-line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ php -i | grep 'Configuration File' | |
Configuration File (php.ini) Path => /etc | |
Loaded Configuration File => /etc/php.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment