... | ... | @@ -48,30 +48,29 @@ brew install wget freetype jpeg mcrypt pcre php55-xdebug readline subversion zli |
|
|
|
|
|
###### 5. Update bash environment paths.
|
|
|
|
|
|
1) Open (create if not there) the `.profile` file in your home directory.
|
|
|
2) Add these entries to the file. Replace existing entries, if any.
|
|
|
- Open (create if not there) the `.profile` file in your home directory.
|
|
|
- Add these entries to the file. Replace existing entries, if any.
|
|
|
|
|
|
```bash
|
|
|
export PATH=$(brew --prefix josegonzalez/php/php55)/bin:/usr/local/bin:/Users/myusername/phalcon-tools:$PATH
|
|
|
export PTOOLSPATH=/Users/myusername/phalcon-tools
|
|
|
```
|
|
|
3) Replace `myusername ` with your exact user name as seen on the command line in `Terminal`.
|
|
|
4) Save and close the file.
|
|
|
- Replace `myusername ` with your exact user name as seen on the command line in `Terminal`.
|
|
|
- Save and close the file.
|
|
|
|
|
|
###### 6. Update php.ini
|
|
|
1) Open `/usr/local/etc/php/5.5/php.ini`
|
|
|
2) Comment out `extension=svn.so` extension include.
|
|
|
3) Save and close the file.
|
|
|
- Open `/usr/local/etc/php/5.5/php.ini`
|
|
|
- Comment out `extension=svn.so` extension include.
|
|
|
- Save and close the file.
|
|
|
|
|
|
###### 7. Update php.conf
|
|
|
php5.conf in apache2/other
|
|
|
1) Open `/etc/apache2/other/php5.conf`
|
|
|
2) Add line at top.
|
|
|
- Open `/etc/apache2/other/php5.conf`
|
|
|
- Add line at top.
|
|
|
|
|
|
```apache
|
|
|
LoadModule php5_module $HOMEBREW_PREFIX/Cellar/php55/5.5.8/libexec/apache2/libphp5.so
|
|
|
```
|
|
|
3) Save and close the file.
|
|
|
- Save and close the file.
|
|
|
|
|
|
|
|
|
|
... | ... | |