... | ... | @@ -58,18 +58,19 @@ 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.
|
|
|
|
|
|
###### 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.
|
|
|
|
|
|
|
|
|
php.ini comment out svn.so extension include
|
|
|
|
|
|
|
|
|
|
|
|
###### 7. Update php.conf
|
|
|
php5.conf in apache2/other
|
|
|
1) Open `/etc/apache2/other/php5.conf`
|
|
|
2) Add line at top.
|
|
|
|
|
|
add line
|
|
|
|
|
|
```apache
|
|
|
LoadModule php5_module $HOMEBREW_PREFIX/Cellar/php55/5.5.8/libexec/apache2/libphp5.so
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
... | ... | |