Skip to content

Commit

Permalink
memcache and mongo extensions won't be supported for PHP 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 5, 2016
1 parent f4c56f9 commit 578030e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.php7.ini
@@ -0,0 +1 @@
extension = ldap.so
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -31,7 +31,7 @@ addons:
before_install:
- mysql -e "create database IF NOT EXISTS test;" -uroot
before_script:
- phpenv config-add .travis.ini
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then phpenv config-add .travis.php7.ini; else phpenv config-add .travis.ini; fi
- pear install channel://pear.php.net/Net_DNS2
- pear install channel://pear.horde.org/Horde_Role
- pear config-show
Expand Down

0 comments on commit 578030e

Please sign in to comment.