#
e54a8559 |
| 24-Dec-2007 |
Raghubansh Kumar |
Changing the regex for %f so the it will match e-, e+ and e. |
Revision tags: php-4.4.8RC1 |
|
#
4de3c0b9 |
| 17-Dec-2007 |
Hannes Magnusson |
Check if we know which php executable we should use # Fixes weird test failures when TEST_PHP_EXECUTABLE isn't set |
#
f5d0e57b |
| 12-Dec-2007 |
Antony Dovgal |
MFH: add support for Valgrind 3.3.0 (which doesn't have --log-file-exactly option) |
#
d2811719 |
| 05-Dec-2007 |
Marcus Boerger |
- - Allow to check the out,exp and diff results on console while executing the tests |
#
bbf7260c |
| 05-Dec-2007 |
Marcus Boerger |
- Allow to specify php executable on commandline |
Revision tags: RELEASE_1_2_3 |
|
#
f83871a7 |
| 21-Nov-2007 |
Jani Taskinen |
MFH:- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail |
#
727a35f1 |
| 12-Nov-2007 |
Zoe Slattery |
MFH: Changing the regex for %f so the it will match E-, E+ and E. |
Revision tags: php-5.2.5 |
|
#
552b964e |
| 06-Nov-2007 |
Marcus Boerger |
- Add hash bang line |
Revision tags: php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
40085b06 |
| 14-Sep-2007 |
Nuno Lopes |
changes to run-tests.php: - change %s to %a - make %s = [^\r\n]+ - fix tests accordingly |
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1 |
|
#
52bb8f78 |
| 31-Jul-2007 |
Jani Taskinen |
MFH:- Allow using * in test filenames to match pattern |
#
8684e749 |
| 26-Jul-2007 |
Jani Taskinen |
MFH: - Made build system less major version dependant to ease MFB/MFH |
Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
a3ba415e |
| 04-Jul-2007 |
Dmitry Stogov |
Fixed "make test" |
#
e45dab8c |
| 29-Jun-2007 |
Dmitry Stogov |
Fixed CGI tests |
#
0b157a6f |
| 05-Jun-2007 |
Antony Dovgal |
enable display_startup_errors, fix test |
Revision tags: php-5.2.3, RELEASE_1_4 |
|
#
ccd16d09 |
| 27-May-2007 |
Antony Dovgal |
MFH |
Revision tags: php-5.2.3RC1, RELEASE_1_2_0 |
|
#
146a6007 |
| 07-May-2007 |
Ilia Alshanetsky |
Added support for --GZIP_POST-- and --DEFLATE_POST-- that allows emulation of compressed POST input |
Revision tags: php-4.4.7, php-5.2.2 |
|
#
e03eadf6 |
| 02-May-2007 |
Antony Dovgal |
MFH: add USE_ZEND_ALLOC env var |
Revision tags: php-5.2.2RC2 |
|
#
ea7f23b0 |
| 23-Apr-2007 |
Antony Dovgal |
MFH |
#
a0370cd7 |
| 17-Apr-2007 |
Antony Dovgal |
add tests for CGI |
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1 |
|
#
acf92f28 |
| 27-Mar-2007 |
Marcus Boerger |
- MFH Allow to load multipe extensions via -d |
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 |