#
bd379df4 |
| 23-Oct-2019 |
Nikita Popov |
Add ARM64 CI to Travis We need to install a number of additional packages that are installed by default on the AMD64 workers. We also have to manually set up the MySQL user.
Add ARM64 CI to Travis We need to install a number of additional packages that are installed by default on the AMD64 workers. We also have to manually set up the MySQL user. For now we don't set up Postgres -- if anyone wants to figure that out, it would be great ;) Log redirections in compile.sh are removed, because /dev/stdout is not accessible. We don't see to use this anyway.
show more ...
|
#
711e2a12 |
| 25-Oct-2019 |
Nikita Popov |
Merge branch 'PHP-7.4' * PHP-7.4: Check class linking in VERIFY_RETURN_TYPE optimization Simplify travis setup scripts
|
#
a8b4e40f |
| 25-Oct-2019 |
Nikita Popov |
Simplify travis setup scripts Reduce duplication. |
Revision tags: php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3 |
|
#
202158e2 |
| 24-Sep-2019 |
Gabriel Caruso |
Merge branch 'PHP-7.4' * PHP-7.4: Use nproc instead of hardcoded number
|
Revision tags: php-7.2.23, php-7.3.10, php-7.4.0RC2 |
|
#
3205ebef |
| 15-Sep-2019 |
Gabriel Caruso |
Use nproc instead of hardcoded number |
Revision tags: php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1 |
|
#
7b727607 |
| 13-Jul-2019 |
Peter Kokot |
Merge branch 'PHP-7.4' * PHP-7.4: Remove unused recode extension artefacts
|
#
f3cf8966 |
| 13-Jul-2019 |
Peter Kokot |
Remove unused recode extension artefacts Closes GH-4395 |
Revision tags: php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2, php-7.3.7RC3, php-7.3.7RC2, php-7.2.20RC2, php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1, php-7.2.19 |
|
#
e94a71b7 |
| 28-May-2019 |
Nikita Popov |
Enable JIT in Travis build All tests should pass now. |
Revision tags: php-7.3.6, php-7.1.30, php-7.2.19RC1, php-7.3.6RC1, php-7.1.29, php-7.2.18, php-7.3.5 |
|
#
2b7dd211 |
| 18-Apr-2019 |
Nikita Popov |
Merge branch 'PHP-7.4'
|
#
05c2e87e |
| 18-Apr-2019 |
Nikita Popov |
Merge branch 'PHP-7.3' into PHP-7.4
|
#
b2f49c69 |
| 18-Apr-2019 |
Nikita Popov |
Add a dl() test to Travis Compile the zend_test extension as shared and try loading it with dl() to test for obvious issues. Doing this as a standalone call because this is very spec
Add a dl() test to Travis Compile the zend_test extension as shared and try loading it with dl() to test for obvious issues. Doing this as a standalone call because this is very specific to the CI setup.
show more ...
|
Revision tags: php-7.2.18RC1, php-7.3.5RC1 |
|
#
2370d563 |
| 12-Apr-2019 |
Nikita Popov |
Merge branch 'PHP-7.4'
|
#
0f777c76 |
| 12-Apr-2019 |
Nikita Popov |
Run compile step under travis_wait If there are no warnings, we may end up compiling more than 10 minutes without output, in which case the build times out. Use travis_wait to avoid
Run compile step under travis_wait If there are no warnings, we may end up compiling more than 10 minutes without output, in which case the build times out. Use travis_wait to avoid this.
show more ...
|
Revision tags: php-7.2.17, php-7.3.4, php-7.1.28 |
|
#
161adfff |
| 22-Mar-2019 |
Joe Watkins |
For consistency with Windows, and because ZTS is not experimental or a "maintainer" feature, this commits renames --enable-maintainer-zts to --enable-zts in the autotools build, and related documenta
For consistency with Windows, and because ZTS is not experimental or a "maintainer" feature, this commits renames --enable-maintainer-zts to --enable-zts in the autotools build, and related documentation
show more ...
|
Revision tags: php-7.3.4RC1, php-7.2.17RC1, php-7.1.27, php-7.3.3, php-7.2.16 |
|
#
10e189de |
| 20-Feb-2019 |
Nikita Popov |
Enable parallel tests on Travis I'll keep an eye on spurious failures resulting from this. |
Revision tags: php-7.3.3RC1, php-7.2.16RC1, php-7.2.15, php-7.3.2 |
|
#
d1c14810 |
| 05-Feb-2019 |
Nikita Popov |
Unbundle oniguruma And also switch detection over to pkg-config. |
Revision tags: php-7.2.15RC1, php-7.3.2RC1 |
|
#
19d8a6b7 |
| 11-Jan-2019 |
Nikita Popov |
Migrate ext/gd to pkg-config * --with-webp-dir becomes --with-webp * --with-jpeg-dir becomes --with-jpeg * --with-png-dir is removed. libpng is required. * --with-zlib-dir is rem
Migrate ext/gd to pkg-config * --with-webp-dir becomes --with-webp * --with-jpeg-dir becomes --with-jpeg * --with-png-dir is removed. libpng is required. * --with-zlib-dir is removed. zlib is required. * --with-xpm-dir becomes --with-xpm. We also enable --with-webp on Travis.
show more ...
|
Revision tags: php-5.6.40, php-7.1.26, php-7.3.1, php-7.2.14, php-7.2.14RC1, php-7.3.1RC1, php-5.6.39, php-7.1.25, php-7.2.13, php-7.0.33 |
|
#
3d8d13f7 |
| 03-Dec-2018 |
Stanislav Malyshev |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix bug #77143 - add more checks to buffer reads Fix bug #77143 - add more checks to buffer reads Fix #77020: null pointer de
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix bug #77143 - add more checks to buffer reads Fix bug #77143 - add more checks to buffer reads Fix #77020: null pointer dereference in imap_mail Don't need interactive progress on git clones in Travis Fix TSRM signature - php_stream_stat macro has it's own TSRM Regenerate certificates for openssl tests Improve test for bug77022
show more ...
|
#
3faac769 |
| 03-Dec-2018 |
Stanislav Malyshev |
Merge branch 'PHP-7.2' * PHP-7.2: Don't need interactive progress on git clones in Travis
|
#
1f78b1df |
| 03-Dec-2018 |
Stanislav Malyshev |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Don't need interactive progress on git clones in Travis
|
Revision tags: php-7.3.0, php-7.1.25RC1, php-7.2.13RC1, php-7.3.0RC6, php-7.1.24, php-7.2.12, php-7.3.0RC5, php-7.1.24RC1, php-7.2.12RC1, php-7.3.0RC4, php-7.1.23, php-7.2.11, php-7.3.0RC3, php-7.1.23RC1, php-7.2.11RC1, php-7.3.0RC2, php-5.6.38, php-7.1.22, php-7.3.0RC1, php-7.2.10, php-7.0.32, php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1, php-7.1.21, php-7.2.9, php-7.3.0beta2, php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8 |
|
#
61af3437 |
| 08-Jul-2018 |
Philip Prindeville |
Don't need interactive progress on git clones in Travis Travis logs are usually inspected after the build completes, by which time progress info is useless. Signed-off-by: Phili
Don't need interactive progress on git clones in Travis Travis logs are usually inspected after the build completes, by which time progress info is useless. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
show more ...
|
#
59cec6e6 |
| 17-Oct-2018 |
Nikita Popov |
Run CI tests under opcache.protect_memory=1 |
#
37c329d7 |
| 13-Oct-2018 |
Peter Kokot |
Trim trailing whitespace in source code files |
#
3362620b |
| 13-Oct-2018 |
Peter Kokot |
Trim trailing whitespace in source code files |
#
902d39a3 |
| 13-Oct-2018 |
Peter Kokot |
Trim trailing whitespace in source code files |