-
-
Save ederrafo/0e8333469c253c9ca78a034330db16ae 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
Check mods installed ok using "pear list" and "php -m" | |
=== php5 === | |
# PDO drivers (mandatory for Propel and Doctrine) | |
$ apt-get install php5-sqlite | |
$ php --ini | |
=== php7 === | |
$ apt-get install libapache2-mod-php7.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment