seems phpenv version does not work, using 5.4.45 for now

This commit is contained in:
Ralf Becker 2016-08-13 14:31:07 +02:00
parent 0ad7e2462e
commit de777e2045

View File

@ -31,7 +31,7 @@ before_script:
"5.4") "5.4")
php -m; php -m;
pecl config-show; pecl config-show;
pecl config-show|grep /5.6|cut -c 32-|sed "s/5\.6\.[0-9]*/$(phpenv version)/g"|xargs -t -L 1 pecl config-set; pecl config-show|grep /5.6|cut -c 32-|sed "s/5\.6\.[0-9]*/5.4.45/g"|xargs -t -L 1 pecl config-set;
pecl config-show; pecl config-show;
yes "" | pecl install memcache; yes "" | pecl install memcache;
yes "" | pecl install apcu-4.0.11; yes "" | pecl install apcu-4.0.11;