forked from extern/egroupware
seems everything is working again with 5.4.45, so removing my fixes now
This commit is contained in:
parent
65b331749d
commit
74eb8ab882
@ -30,9 +30,6 @@ before_script:
|
||||
- case $(phpenv version-name) in
|
||||
"5.4")
|
||||
php -m;
|
||||
pecl config-show;
|
||||
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;
|
||||
yes "" | pecl install memcache;
|
||||
yes "" | pecl install apcu-4.0.11;
|
||||
yes "" | pecl install igbinary;
|
||||
|
Loading…
Reference in New Issue
Block a user