Created
October 13, 2014 23:38
-
-
Save janewang/260fbf39bf1efc24de69 to your computer and use it in GitHub Desktop.
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
| On 10.0.100.135, php.ini includes, note all commented out | |
| ;extension=mcrypt.so | |
| ;zend_extension = /usr/lib/php5/20121212/ioncube_loader_lin_5.3.so | |
| ;extension=curl.so | |
| ;extension=pdo.so | |
| ;extension=pdo_sqlite.so | |
| ;extension=sqlite.so | |
| ;extension=pdo_mysql.so | |
| On 10.0.101.34, php.ini includes | |
| extension=mcrypt.so | |
| extension=curl.so | |
| extension=pdo.so | |
| extension=pdo_sqlite.so | |
| extension=sqlite.so | |
| extension=pdo_mysql.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment