Explorar o código

TravisCI: Skip memcache(d) on PHP 5.2

Closes #543
Martin Hujer %!s(int64=10) %!d(string=hai) anos
pai
achega
3c4a11df31
Modificáronse 2 ficheiros con 0 adicións e 14 borrados
  1. 0 1
      tests/php52_config.ini
  2. 0 13
      tests/php52_install_dependencies.sh

+ 0 - 1
tests/php52_config.ini

@@ -1 +0,0 @@
-extension = memcached.so

+ 0 - 13
tests/php52_install_dependencies.sh

@@ -31,16 +31,3 @@ cat phpunit/PHPUnit/Runner/Version.php
 cd phpunit
 
 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
-
-cd ..
-cd ..
-
-# memcache 2.1.0 is the last version to support the php 5.2 branch
-pecl download memcached-2.1.0
-tar zxvf memcached*.tgz && cd memcached*
-make clean
-printf "\n" | phpize
-./configure --with-libmemcached-dir=/usr/local && make && make install
-
-printf "\n" | pecl uninstall memcache
-printf "\n" | pecl install memcache