Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 4a80504

Browse files
committed
Merge pull request zendframework#546 from mhujer/php52travis
TravisCI: Skip memcache(d) on PHP 5.2
2 parents ee46e80 + 3c4a11d commit 4a80504

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

tests/php52_config.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
extension = memcached.so

tests/php52_install_dependencies.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,3 @@ cat phpunit/PHPUnit/Runner/Version.php
3131
cd phpunit
3232

3333
php -d include_path='.:../phpunit/:../dbunit/:../php-code-coverage/:../php-file-iterator/:../php-invoker/:../php-text-template/:../php-timer:../php-token-stream:../phpunit-mock-objects/:../phpunit-selenium/:../phpunit-story/:/usr/local/lib/php' ../phpunit/phpunit.php --version
34-
35-
cd ..
36-
cd ..
37-
38-
# memcache 2.1.0 is the last version to support the php 5.2 branch
39-
pecl download memcached-2.1.0
40-
tar zxvf memcached*.tgz && cd memcached*
41-
make clean
42-
printf "\n" | phpize
43-
./configure --with-libmemcached-dir=/usr/local && make && make install
44-
45-
printf "\n" | pecl uninstall memcache
46-
printf "\n" | pecl install memcache

0 commit comments

Comments
 (0)