Skip to content

Commit

Permalink
Add instructions for using php 5.5 to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Dec 19, 2013
1 parent dd2ca93 commit 2142129
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -277,6 +277,18 @@ magic_quotes_runtime = Off
magic_quotes_sybase = Off
```

CONFIGURING DRUSH FOR PHP 5.5
-----------------------------

Find your php-cli php.ini file using `drush status`, as described above.
Then, comment out the disable_functions line.

In addition, if you are running on Linux, you may find that you need
the php5-json package. On Ubuntu, you can install it via:

```apt-get install php5-json
```

INSTALLING DRUSH ON WINDOWS:
----------------------------

Expand Down

0 comments on commit 2142129

Please sign in to comment.