Revision tags: php-5.5.25, php-5.6.9, php-5.4.41 |
|
#
3abde432 |
| 06-May-2015 |
Dmitry Stogov |
Added experimental (disabled by default) file based opcode cache.
|
Revision tags: php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1 |
|
#
34710ddc |
| 30-Jan-2015 |
Michael Wallner |
really only signal reports
|
#
d88edb6d |
| 30-Jan-2015 |
Michael Wallner |
also catch segfaults reported by subshells
|
Revision tags: php-5.5.21, php-5.6.5, php-5.4.37, php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4, php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1 |
|
#
a60efc5e |
| 10-Sep-2014 |
Nikita Popov |
Remove set_magic_quotes_runtime And the alias magic_quotes_runtime
|
Revision tags: php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13 |
|
#
43c36bdb |
| 18-May-2014 |
Ferenc Kovacs |
use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/)
|
#
b28c3eb4 |
| 02-Dec-2014 |
Ferenc Kovacs |
make sure that we don't truncate the stack trace and cause false test failures when the test is executed in a directory with long path
|
#
4b953534 |
| 19-Nov-2014 |
Veres Lajos |
typo fixes - https://github.com/vlajos/misspell_fixer
|
#
8bd58502 |
| 29-Oct-2014 |
Matteo Beccati |
Don't treat warnings as failures in the junit output This matches Travis and the actual return code.
|
#
abfb30dc |
| 29-Oct-2014 |
Matteo Beccati |
Don't treat warnings as failures in the junit output This matches Travis and the actual return code.
|
#
a3b4f832 |
| 29-Oct-2014 |
Matteo Beccati |
Don't treat warnings as failures in the junit output This matches Travis and the actual return code.
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/
|
#
3defdb18 |
| 11-Sep-2014 |
Nikita Popov |
Also skip line-overwriting if SHOW_ONLY_GROUPS is used
|
#
7014dec7 |
| 11-Sep-2014 |
Nikita Popov |
Don't show TEST line if SHOW_ONLY_GROUPS is used
|
#
ab4ded90 |
| 06-Jul-2014 |
Timm Friebe |
Add support for PHP's 'extended information for debugger/profiler' mode
|
#
52705631 |
| 27-May-2014 |
Matteo Beccati |
Escape non-printable characters in the junit XML output XML doesn't allow most of the characters < 0x20 and binary output breaks XML parsers. Such characters are not allowed as entities
Escape non-printable characters in the junit XML output XML doesn't allow most of the characters < 0x20 and binary output breaks XML parsers. Such characters are not allowed as entities either, so the generated entities are escaped in order to be printed as text.
show more ...
|
#
92d54f81 |
| 27-May-2014 |
Matteo Beccati |
Escape non-printable characters in the junit XML output XML doesn't allow most of the characters < 0x20 and binary output breaks XML parsers. Such characters are not allowed as entities
Escape non-printable characters in the junit XML output XML doesn't allow most of the characters < 0x20 and binary output breaks XML parsers. Such characters are not allowed as entities either, so the generated entities are escaped in order to be printed as text.
show more ...
|
#
1b08c885 |
| 27-May-2014 |
Matteo Beccati |
Fixed broken XML junit output due to escaping of CDATA sections I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792d
Fixed broken XML junit output due to escaping of CDATA sections I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792dfaf9b0b30f81e492c8f68b9ece571
show more ...
|
#
16961664 |
| 27-May-2014 |
Matteo Beccati |
Fixed broken XML junit output due to escaping of CDATA sections I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792d
Fixed broken XML junit output due to escaping of CDATA sections I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792dfaf9b0b30f81e492c8f68b9ece571
show more ...
|
#
5d7f8274 |
| 24-May-2014 |
Matteo Beccati |
Fix broken Junit output with --disable-cgi
|
#
f9357b44 |
| 24-May-2014 |
Matteo Beccati |
Fix broken Junit output with --disable-cgi
|
#
5d1bfd6f |
| 22-May-2014 |
Adam Harvey |
Fix run-tests.php with Valgrind >= 3.10.0. The version test that we had in run-tests.php assumed that the major and minor version numbers were always single digits. This removes that ass
Fix run-tests.php with Valgrind >= 3.10.0. The version test that we had in run-tests.php assumed that the major and minor version numbers were always single digits. This removes that assumption and also uses version_compare() for the comparison instead of naively converting it to an integer.
show more ...
|
Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2 |
|
#
f46200bc |
| 08-Feb-2014 |
Nuno Lopes |
fix regex to detect valgrind version New PCRE version got stricter
|
#
62404e76 |
| 08-Feb-2014 |
Nuno Lopes |
fix regex to detect valgrind version New PCRE version got stricter
|
#
7b7d2952 |
| 08-Feb-2014 |
Nuno Lopes |
fix regex to detect valgrind version New PCRE version got stricter
|
Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24 |
|
#
dff0d512 |
| 06-Jan-2014 |
Gernot Vormayr |
Add some basic and apparmor tests to fpm
|