Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5 |
|
#
a875e109 |
| 08-Feb-2007 |
Nuno Lopes |
convert all ereg*() calls to preg_match(), so that we become future-proof (ereg is scheduled for removal in PHP 6)
|
#
3fdab070 |
| 07-Feb-2007 |
Nuno Lopes |
MFH: use getenv() instead of _ENV enable multiple error reporting on the same test
|
Revision tags: php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
2df73864 |
| 01-Jan-2007 |
Ilia Alshanetsky |
Update copyright year # The rest of the files were already updated by Sebastian
|
#
dae5040b |
| 28-Dec-2006 |
Nuno Lopes |
MFH: force tidy.clean_output=0
|
Revision tags: php-5.2.1RC1 |
|
#
94e3f478 |
| 09-Dec-2006 |
Ilia Alshanetsky |
Fixed handling of multiple cookies with the same name. Added support for cookies into run-tests.php
|
#
dad67b1f |
| 04-Dec-2006 |
Antony Dovgal |
MFH: look for tests in sapi/cli
|
#
7172a53c |
| 23-Nov-2006 |
Antony Dovgal |
do not set an env variable without a name and a value
|
#
a09ef37d |
| 22-Nov-2006 |
Michael Wallner |
- fix ENV section handling
|
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4 |
|
#
4a162b71 |
| 14-Sep-2006 |
Nuno Lopes |
add --STDIN-- support
|
Revision tags: php-5.2.0RC3, php-5.1.6 |
|
#
41bd5790 |
| 23-Aug-2006 |
Antony Dovgal |
MFH: make run-tests to work with directories containing spaces (bug #38558) Patch by danielc at analysisandsolutions dot com
|
#
3fd1e9c3 |
| 22-Aug-2006 |
Dmitry Stogov |
Fix "make test" on win32
|
Revision tags: php-5.2.0RC2, php-5.1.5, php-4.4.4 |
|
#
2dbce548 |
| 14-Aug-2006 |
Antony Dovgal |
fix previous patch
|
#
2f01ddff |
| 14-Aug-2006 |
Antony Dovgal |
make sure USE_ZEND_ALLOC is always 1
|
Revision tags: php-4.4.4RC1, php-5.1.5RC1 |
|
#
886d3025 |
| 07-Aug-2006 |
Antony Dovgal |
suppress errors from date() if no date.timezone set don't try to look for libtool if $sys_libtool_path is empty
|
Revision tags: php-4.4.3 |
|
#
29a74989 |
| 28-Jul-2006 |
Antony Dovgal |
MFH: disable --leak-check
|
#
4038877d |
| 26-Jul-2006 |
Antony Dovgal |
turn Off Zend MM and check for leaks when running tests through valgrind
|
Revision tags: php-5.2.0RC1 |
|
#
46c036cd |
| 17-Jul-2006 |
Nuno Lopes |
make valgrind trace child processes. useful for the PCNTL extension (fork()), for example
|
#
0433d290 |
| 17-Jul-2006 |
Nuno Lopes |
now they are really equivalent..
|
#
cd0e0124 |
| 17-Jul-2006 |
Ilia Alshanetsky |
Don't use regex where none is needed.
|
Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API |
|
#
a953a1ab |
| 24-May-2006 |
Dmitry Stogov |
Fixed CGI tests.
|
Revision tags: php-4.4.3RC1 |
|
#
216049bb |
| 16-May-2006 |
Marcus Boerger |
- MFH '_' is valid in test blocks
|
#
a4af2a9d |
| 13-May-2006 |
Marcus Boerger |
- MFH add support for --EXPECTHEADERS--
|
#
5efe53c5 |
| 10-May-2006 |
Marcus Boerger |
- MFH add E_RECOVERABLE as default
|
Revision tags: php-5.1.4 |
|
#
3a7aee24 |
| 03-May-2006 |
Pierre Joye |
- remove debug part nota bene, there is still work in this area, but this is a start
|
#
9e428322 |
| 03-May-2006 |
Pierre Joye |
- add support for POST_RAW, allow to pass raw POST data - add support for TEST_PHP_CGI_EXECUTABLE env variable, it is now possible to set both TEST_PHP_EXECUTABLE and CGI
|