Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16217] Enable opcache on travis tests again | Marc Alexander | 2019-11-22 | 1 | -3/+0 |
| | | | | PHPBB3-16217 | ||||
* | [ticket/16216] Disable xdebug on travis | Marc Alexander | 2019-11-22 | 1 | -0/+2 |
| | | | | PHPBB3-16216 | ||||
* | [ticket/15935] Don't install APCu if it's already installed | Alec | 2019-01-13 | 1 | -4/+7 |
| | | | | | | | Travis fails when the APCu install fails due to it already being installed A check is added here to make sure that it does nothing in that case PHPBB3-15935 | ||||
* | [ticket/15924] Enable APCu extension | Marc Alexander | 2019-01-01 | 1 | -0/+10 |
| | | | | PHPBB3-15924 | ||||
* | [ticket/15924] Install apc via pecl and remove nginx config check | Marc Alexander | 2018-12-31 | 1 | -1/+1 |
| | | | | PHPBB3-15924 | ||||
* | [ticket/14236] Disable Opcache on Travis when running the tests | Tristan Darricau | 2015-10-14 | 1 | -0/+3 |
| | | | | PHPBB3-14236 | ||||
* | [ticket/12948] Remove no longer needed opcache workaround. Travis has 5.5.15. | Andreas Fischer | 2014-08-09 | 1 | -6/+0 |
| | | | | PHPBB3-12948 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -2/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12281] Disable redis on travis until its fixed again | Joas Schilling | 2014-03-16 | 1 | -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 aswell | Joas Schilling | 2014-02-08 | 1 | -2/+2 |
| | | | | PHPBB3-12141 | ||||
* | [ticket/12141] Disable broken opcache extension on PHP 5.5.7. | Andreas Fischer | 2014-02-04 | 1 | -0/+6 |
| | | | | PHPBB3-12141 | ||||
* | [ticket/11985] Rename install -> setup. This is more generic and consistent. | Andreas Fischer | 2014-02-04 | 1 | -0/+50 |
PHPBB3-11985 |