How do I switch between native version of php for a version installed by brew on maverick?

3

I've updated brew with php but when I use phpinfo() it's still in the php version of the system, such as toggling or to change?

    
asked by anonymous 14.03.2014 / 06:31

1 answer

1

See which folder is the php that you have installed through the brew and modify the configuration file of the web server to use the modules there.

If you want the command line to be erased if you have an entry in / usr / bin / php and make a symbolic link to the version you installed by brew

    
17.03.2014 / 18:09