Skip to content

Instantly share code, notes, and snippets.

@ederrafo
Last active July 5, 2017 15:35
Show Gist options
  • Save ederrafo/0e8333469c253c9ca78a034330db16ae to your computer and use it in GitHub Desktop.
Save ederrafo/0e8333469c253c9ca78a034330db16ae to your computer and use it in GitHub Desktop.
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