-
-
Save wilmoore/1823042 to your computer and use it in GitHub Desktop.
Multi-Version PHP w/ own php.ini: $PHP_ROOT/etc{,.d}
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
WM3MBP:5.3.10 wilmoore$ pwd && ls etc{,.d} | |
/Users/wilmoore/local/php/versions/5.3.10 | |
etc: | |
total 192 | |
drwxr-xr-x 5 wilmoore staff 170B Feb 11 22:32 . | |
drwxr-xr-x 11 wilmoore staff 374B Feb 11 20:42 .. | |
-rw-r--r-- 1 wilmoore staff 1.5K Feb 11 20:43 pear.conf | |
-rw-r--r-- 1 wilmoore staff 21K Feb 11 20:42 php-fpm.conf.default | |
-rw-r--r-- 1 wilmoore staff 68K Feb 11 22:32 php.ini | |
etc.d: | |
total 16 | |
drwxr-xr-x 4 wilmoore staff 136B Feb 11 20:58 . | |
drwxr-xr-x 11 wilmoore staff 374B Feb 11 20:42 .. | |
-rw-r--r-- 1 wilmoore staff 107B Feb 11 20:58 pdo_pgsql.ini | |
-rw-r--r-- 1 wilmoore staff 109B Feb 11 20:51 xdebug.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment