mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fixing build for hhvm
This commit is contained in:
parent
2ebde3f129
commit
b79502e87f
@ -40,17 +40,21 @@ before_script:
|
|||||||
echo "extension=apcu.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
|
echo "extension=apcu.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
|
||||||
yes "" | pecl install igbinary;
|
yes "" | pecl install igbinary;
|
||||||
echo "extension=igbinary.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
|
echo "extension=igbinary.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
|
||||||
|
echo "extension=memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
|
||||||
;;
|
;;
|
||||||
"5.5"|"5.6")
|
"5.5"|"5.6")
|
||||||
yes "" | pecl install memcache;
|
yes "" | pecl install memcache;
|
||||||
yes "" | pecl install apcu-4.0.11;
|
yes "" | pecl install apcu-4.0.11;
|
||||||
yes "" | pecl install igbinary;
|
yes "" | pecl install igbinary;
|
||||||
|
echo "extension=memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
|
||||||
;;
|
;;
|
||||||
"7")
|
"7")
|
||||||
yes "" | pecl install apcu;
|
yes "" | pecl install apcu;
|
||||||
|
echo "extension=memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
|
||||||
|
;;
|
||||||
|
"hhvm")
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
- echo "extension=memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
|
||||||
- php -m
|
- php -m
|
||||||
# - mysql -e 'create database egroupware'
|
# - mysql -e 'create database egroupware'
|
||||||
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
|
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user