aboutsummaryrefslogtreecommitdiffstats
path: root/travis/setup-php-extensions.sh
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14236] Disable Opcache on Travis when running the testsTristan Darricau2015-10-141-0/+3
| | | | PHPBB3-14236
* [ticket/12948] Remove no longer needed opcache workaround. Travis has 5.5.15.Andreas Fischer2014-08-091-6/+0
| | | | PHPBB3-12948
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-2/+7
| | | | PHPBB3-12594
* [ticket/12281] Disable redis on travis until its fixed againJoas Schilling2014-03-161-2/+3
| | | | | | | | | | | | /home/travis/build/phpbb/phpbb/redis/redis.c:6141:34: error: unknown type name ‘tsrm_ls’ make: *** [redis.lo] Error 1 The command "sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then travis/setup-php-extensions.sh; fi"" failed and exited with 2 during install. PHPBB3-12281
* [ticket/12141] Disable opcache on travis for php 5.5.8 aswellJoas Schilling2014-02-081-2/+2
| | | | PHPBB3-12141
* [ticket/12141] Disable broken opcache extension on PHP 5.5.7.Andreas Fischer2014-02-041-0/+6
| | | | PHPBB3-12141
* [ticket/11985] Rename install -> setup. This is more generic and consistent.Andreas Fischer2014-02-041-0/+50
PHPBB3-11985