Skip to content

Instantly share code, notes, and snippets.

@clemherreman
Last active December 10, 2015 04:18
Show Gist options
  • Save clemherreman/4380373 to your computer and use it in GitHub Desktop.
Save clemherreman/4380373 to your computer and use it in GitHub Desktop.
Change the PHP version used in Mac Os
# Change CLI binary
# This way Mac OS Looks first in our brand new php binary folder,
# then fallback to the built-in (old) version of PHP
export PATH=/path/to/PHP/installed/by/macport/bin:$PATH
# /etc/apache2/http.conf
LoadModule php5_module /path/to/PHP/installed/by/macport/libexec/apache2/libphp5.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment