... | @@ -50,13 +50,15 @@ brew install wget freetype jpeg mcrypt pcre php55-xdebug readline subversion zli |
... | @@ -50,13 +50,15 @@ brew install wget freetype jpeg mcrypt pcre php55-xdebug readline subversion zli |
|
|
|
|
|
1. Open (create if not there) the `.profile` file in your home directory.
|
|
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.
|
|
2. Add these entries to the file. Replace existing entries, if any.
|
|
4. Replace `myusername ` with your exact user name as seen on the command line in `Terminal`.
|
|
3. Replace `myusername ` with your exact user name as seen on the command line in `Terminal`.
|
|
|
|
|
|
```bash
|
|
```bash
|
|
export PATH=$(brew --prefix josegonzalez/php/php55)/bin:/usr/local/bin:/Users/myusername/phalcon-tools:$PATH
|
|
export PATH=$(brew --prefix josegonzalez/php/php55)/bin:/usr/local/bin:/Users/myusername/phalcon-tools:$PATH
|
|
export PTOOLSPATH=/Users/myusername/phalcon-tools
|
|
export PTOOLSPATH=/Users/myusername/phalcon-tools
|
|
```
|
|
```
|
|
|
|
|
|
|
|
4. Save and close the file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
php.ini comment out svn.so extension include
|
|
php.ini comment out svn.so extension include
|
... | | ... | |