From 3cf586d855cd18a277e3e83c90c60e153e013298 Mon Sep 17 00:00:00 2001 From: Mehdi Lahmam B Date: Thu, 12 Apr 2012 22:35:48 +0200 Subject: [PATCH] Less skipped tests for PHP5.4 with Travis --- tests/ci_depends.php | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/tests/ci_depends.php b/tests/ci_depends.php index e959f66f50..0701e013e6 100644 --- a/tests/ci_depends.php +++ b/tests/ci_depends.php @@ -25,22 +25,16 @@ public function __construct() { $this->iniPath = php_ini_loaded_file(); $this->extensions = array( 'memcached' => array( - 'url' => 'http://pecl.php.net/get/memcached-1.0.2.tgz', - 'require' => array( - // memcached 1.0.2 does not build on PHP 5.4 - 'php' => array('<', '5.4') - ), + 'url' => 'http://pecl.php.net/get/memcached-2.0.1.tgz', + 'require' => array(), 'configure' => array(), 'ini' => array( 'extension=memcached.so' ) ), 'apc' => array( - 'url' => 'http://pecl.php.net/get/APC-3.1.9.tgz', - 'require' => array( - // apc 3.1.9 causes a segfault on PHP 5.4 - 'php' => array('<', '5.4') - ), + 'url' => 'http://pecl.php.net/get/APC-3.1.10.tgz', + 'require' => array(), 'configure' => array(), 'ini' => array( 'extension=apc.so',