Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 40519a6

Browse files
committed
don't load apc.so at all
1 parent 165bc92 commit 40519a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ services:
1919

2020
before_install:
2121
- if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]]; then phpenv config-rm xdebug.ini; fi;
22-
# load apc.so only for php 5.5
23-
- if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]] && [ $(php -r "echo PHP_MAJOR_VERSION;") == 5 ] && [ $(php -r "echo PHP_MINOR_VERSION;") == 5 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
2422
# load memcache.so for php 5
2523
- if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]] && [ $(php -r "echo PHP_MAJOR_VERSION;") == 5 ]; then (pecl install -f memcached-2.1.0 && echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini) || echo "Continuing without memcache extension"; fi;
2624
# load memcache.so for php >= 7.1

0 commit comments

Comments
 (0)