Skip to content

Commit

Permalink
Mention the one-line command to enable an extension in the blog post.
Browse files Browse the repository at this point in the history
  • Loading branch information
loicfrering committed Mar 8, 2013
1 parent 8d61e9a commit 7030e8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blog/_posts/2013-03-08-preinstalled-php-extensions.md
Expand Up @@ -49,6 +49,11 @@ And myconfig.ini:
# some other mongo specific configuration directives
# or general custom PHP settings...

If adding a full configuration file looks overkill regarding your needs, you
can also use this one-line command in your before_script:

echo "extension = <extension>.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

For more information, please refer to the [PHP extensions
section](http://about.travis-ci.org/docs/user/languages/php/#PHP-extensions) of
the documentation!
Expand Down

0 comments on commit 7030e8f

Please sign in to comment.