| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Also revert debugging run-tests.php changes...
|
| | |
|
| |
|
|
| |
Also add a few more in-depth tests related to $argv, breakpoints and uncaught exceptions
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
And the alias magic_quotes_runtime
|
| |\
| |
| |
| |
| |
| |
| | |
* PHP-5.6:
add initial install
switch to C travis project instead of PHP
use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/)
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.5:
add initial install
switch to C travis project instead of PHP
use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/)
|
| | | |
| | |
| | |
| | | |
http://docs.travis-ci.com/user/ci-environment/)
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.6:
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
|
| | |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.5:
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
|
| | | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.4:
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
Conflicts:
run-tests.php
|
| | | | |
| | | |
| | | |
| | | | |
failures when the test is executed in a directory with long path
|
| | | | |
| | | |
| | | |
| | | | |
This matches Travis and the actual return code.
|
| | | | |
| | | |
| | | |
| | | | |
This matches Travis and the actual return code.
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
This matches Travis and the actual return code.
|
| |\ \ \ \ |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792dfaf9b0b30f81e492c8f68b9ece571
|
| |\ \ \ \ \
| | |/ / /
| |/| | |
| | | | | |
Now also includes "on [TYPE]" in "Call to a member function" error
|
| | |\ \ \ \
| | | |/ /
| | |/| |
| | | | |
| | | | | |
* PHP-5.5:
Escape non-printable characters in the junit XML output
|
| | | |\ \ \
| | | | |/
| | | |/|
| | | | |
| | | | | |
* PHP-5.4:
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.
|
| | |\ \ \ \
| | |/ / /
| | | | /
| | |_|/
| |/| | |
* PHP-5.5:
Fixed broken XML junit output due to escaping of CDATA sections
|
| | | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-5.4:
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
|
| | |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-5.5:
Fix broken Junit output with --disable-cgi
|
| | | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-5.4:
Fix broken Junit output with --disable-cgi
|
| | | | | |
|
| | |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-5.5:
Fix run-tests.php with Valgrind >= 3.10.0.
|
| | | |\ \
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.4:
Fix run-tests.php with Valgrind >= 3.10.0.
Conflicts:
run-tests.php
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
| | | |
| | | |
| | | | |
New PCRE version got stricter
|
| | | | |
| | | |
| | | |
| | | | |
New PCRE version got stricter
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
New PCRE version got stricter
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
* 'fpm-apparmor-fixed' of https://github.com/notti/php-src:
Add some basic and apparmor tests to fpm
Add --force-stderr to fpm
Add apparmor change hat functionality to fpm
|
| | | | | |
|
| |\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.5:
Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)
bring the news
Conflicts:
NEWS
|
| | | | | |
|