Skip to content

Commit

Permalink
Merge pull request travis-ci#75 from dguyon/patch-php-extensions
Browse files Browse the repository at this point in the history
Add a new link to a PHP extension installation sample
  • Loading branch information
Sven Fuchs committed Apr 11, 2012
2 parents 7a53ab1 + 0a39f00 commit 28c0fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user/languages/php.md
Expand Up @@ -111,7 +111,7 @@ It is possible to install custom PHP extensions into the Travis environment, but
sh -c "cd memcache-2.2.6 && phpize && ./configure --enable-memcache && make && sudo make install"
echo "extension=memcache.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`

See also the [full before_script using midgard2](https://github.com/bergie/midgardmvc_core/blob/master/tests/travis_midgard.sh).
See also the [full before_script using midgard2](https://github.com/bergie/midgardmvc_core/blob/master/tests/travis_midgard.sh) or another one for [mongo php driver](https://gist.github.com/2351174).

### Chef Cookbooks for PHP

Expand Down
2 changes: 1 addition & 1 deletion fr/docs/user/languages/php.md
Expand Up @@ -155,7 +155,7 @@ installée:
sh -c "cd memcache-2.2.6 && phpize && ./configure --enable-memcache && make && sudo make install"
echo "extension=memcache.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`

Voir aussi [midgard2 utilisant pleinement before_script](https://github.com/bergie/midgardmvc_core/blob/master/tests/travis_midgard.sh).
Voir aussi [midgard2 utilisant pleinement before_script](https://github.com/bergie/midgardmvc_core/blob/master/tests/travis_midgard.sh) ainsi que l'installation du [driver php mongo](https://gist.github.com/2351174).


### Livres de cuisine du chef pour PHP
Expand Down

0 comments on commit 28c0fd4

Please sign in to comment.