| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed handling of multiple cookies with the same name. | Ilia Alshanetsky | 2006-12-09 | 1 | -2/+10 |
| | | | | | | Added support for cookies into run-tests.php | ||||
| * | MFH: look for tests in sapi/cli | Antony Dovgal | 2006-12-04 | 1 | -1/+1 |
| | | |||||
| * | do not set an env variable without a name and a value | Antony Dovgal | 2006-11-23 | 1 | -1/+3 |
| | | |||||
| * | - fix ENV section handling | Michael Wallner | 2006-11-22 | 1 | -5/+3 |
| | | |||||
| * | add --STDIN-- support | Nuno Lopes | 2006-09-14 | 1 | -2/+5 |
| | | |||||
| * | MFH: make run-tests to work with directories containing spaces (bug #38558) | Antony Dovgal | 2006-08-23 | 1 | -3/+3 |
| | | | | | | Patch by danielc at analysisandsolutions dot com | ||||
| * | Fix "make test" on win32 | Dmitry Stogov | 2006-08-22 | 1 | -2/+3 |
| | | |||||
| * | fix previous patch | Antony Dovgal | 2006-08-14 | 1 | -3/+5 |
| | | |||||
| * | make sure USE_ZEND_ALLOC is always 1 | Antony Dovgal | 2006-08-14 | 1 | -3/+3 |
| | | |||||
| * | suppress errors from date() if no date.timezone set | Antony Dovgal | 2006-08-07 | 1 | -6/+8 |
| | | | | | | don't try to look for libtool if $sys_libtool_path is empty | ||||
| * | MFH: disable --leak-check | Antony Dovgal | 2006-07-28 | 1 | -1/+1 |
| | | |||||
| * | turn Off Zend MM and check for leaks when running tests through valgrind | Antony Dovgal | 2006-07-26 | 1 | -1/+1 |
| | | |||||
| * | make valgrind trace child processes. useful for the PCNTL extension ↵ | Nuno Lopes | 2006-07-17 | 1 | -1/+1 |
| | | | | | (fork()), for example | ||||
| * | now they are really equivalent.. | Nuno Lopes | 2006-07-17 | 1 | -1/+1 |
| | | |||||
| * | Don't use regex where none is needed. | Ilia Alshanetsky | 2006-07-17 | 1 | -1/+1 |
| | | |||||
| * | Fixed CGI tests. | Dmitry Stogov | 2006-05-24 | 1 | -1/+1 |
| | | |||||
| * | - MFH '_' is valid in test blocks | Marcus Boerger | 2006-05-16 | 1 | -1/+1 |
| | | |||||
| * | - MFH add support for --EXPECTHEADERS-- | Marcus Boerger | 2006-05-13 | 1 | -8/+67 |
| | | |||||
| * | - MFH add E_RECOVERABLE as default | Marcus Boerger | 2006-05-10 | 1 | -1/+1 |
| | | |||||
| * | - remove debug part | Pierre Joye | 2006-05-03 | 1 | -1/+0 |
| | | | | | | nota bene, there is still work in this area, but this is a start | ||||
| * | - add support for POST_RAW, allow to pass raw POST data | Pierre Joye | 2006-05-03 | 1 | -7/+46 |
| | | | | | | | - add support for TEST_PHP_CGI_EXECUTABLE env variable, it is now possible to set both TEST_PHP_EXECUTABLE and CGI | ||||
| * | - MFH Fix writing faillog with redirected tests | Marcus Boerger | 2006-03-11 | 1 | -4/+17 |
| | | |||||
| * | - MFH Fix test results with redirected tests | Marcus Boerger | 2006-03-11 | 1 | -8/+7 |
| | | |||||
| * | - Load list of extensions to test from php that is being tested rather than | Marcus Boerger | 2006-03-11 | 1 | -8/+8 |
| | | | | | | from php running the tests | ||||
| * | fix typo | Antony Dovgal | 2006-02-16 | 1 | -1/+1 |
| | | |||||
| * | - Synch | Marcus Boerger | 2006-02-12 | 1 | -22/+22 |
| | | |||||
| * | Simplify test code | Ilia Alshanetsky | 2006-02-05 | 1 | -11/+13 |
| | | |||||
| * | MFH: fix error message on `make test` when bison is not installed | Antony Dovgal | 2006-01-18 | 1 | -1/+1 |
| | | |||||
| * | MFH: fix CGI SAPI check on Windows | Michael Wallner | 2006-01-11 | 1 | -1/+4 |
| | | |||||
| * | - MFH | Marcus Boerger | 2006-01-04 | 1 | -1/+1 |
| | | |||||
| * | - MFH | Marcus Boerger | 2006-01-04 | 1 | -11/+55 |
| | | |||||
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | | |||||
| * | - MFH Fix environment handling | Marcus Boerger | 2005-12-31 | 1 | -64/+51 |
| | | |||||
| * | - WS | Marcus Boerger | 2005-12-30 | 1 | -10/+10 |
| | | |||||
| * | - Allow to specify ini to use for test executeable | Marcus Boerger | 2005-12-30 | 1 | -0/+10 |
| | | |||||
| * | - If user wnats help, don't complain about missing environment | Marcus Boerger | 2005-12-30 | 1 | -6/+8 |
| | | |||||
| * | - MFH Fix handling of bork tests | Marcus Boerger | 2005-12-23 | 1 | -3/+4 |
| | | |||||
| * | - MFH Add --[keep|show]-[all|skip|php] switches | Marcus Boerger | 2005-12-21 | 1 | -4/+58 |
| | | |||||
| * | fix notice | Antony Dovgal | 2005-12-20 | 1 | -1/+1 |
| | | |||||
| * | - MFH Fix --version | Marcus Boerger | 2005-12-18 | 1 | -1/+1 |
| | | |||||
| * | - MFH End test script when detecting '===DONE===' that way showing memleaks | Marcus Boerger | 2005-12-18 | 1 | -5/+16 |
| | | |||||
| * | - MFH Increase timeut for -m testing | Marcus Boerger | 2005-12-18 | 1 | -1/+3 |
| | | |||||
| * | Added token for capturing arbitrary whitespace blocks inside text. | Ilia Alshanetsky | 2005-12-17 | 1 | -0/+1 |
| | | |||||
| * | MFH | foobar | 2005-12-10 | 1 | -1/+1 |
| | | |||||
| * | - MFH Section FILE does not exist for redirection tests | Marcus Boerger | 2005-12-09 | 1 | -2/+4 |
| | | |||||
| * | - MFH Add missing newline | Marcus Boerger | 2005-12-09 | 1 | -1/+1 |
| | | |||||
| * | - Revert piece of MFH that shows an inconsistency - actually we should fix | Marcus Boerger | 2005-12-09 | 1 | -1/+1 |
| | | | | | | this fread() issue. | ||||
| * | - MFH | Marcus Boerger | 2005-12-08 | 1 | -72/+161 |
| | | | | | | | . Add ability to create temp files in separate dir and keep them. . Add ability to create links in html results as table. | ||||
| * | MFH:- Made tests that require CGI skipped if it is not available | foobar | 2005-12-07 | 1 | -3/+7 |
| | | |||||
| * | MFH: fixed wrong logic | foobar | 2005-12-07 | 1 | -13/+15 |
| | | |||||
