| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed "make test" | Dmitry Stogov | 2007-07-04 | 1 | -2/+2 |
| | | |||||
| * | Fixed CGI tests | Dmitry Stogov | 2007-06-29 | 1 | -5/+10 |
| | | |||||
| * | enable display_startup_errors, fix test | Antony Dovgal | 2007-06-05 | 1 | -0/+1 |
| | | |||||
| * | MFH | Antony Dovgal | 2007-05-27 | 1 | -3/+3 |
| | | |||||
| * | Added support for --GZIP_POST-- and --DEFLATE_POST-- that allows emulation | Ilia Alshanetsky | 2007-05-07 | 1 | -0/+9 |
| | | | | | | of compressed POST input | ||||
| * | MFH: add USE_ZEND_ALLOC env var | Antony Dovgal | 2007-05-02 | 1 | -0/+6 |
| | | |||||
| * | MFH | Antony Dovgal | 2007-04-23 | 1 | -1/+4 |
| | | |||||
| * | add tests for CGI | Antony Dovgal | 2007-04-17 | 1 | -1/+1 |
| | | |||||
| * | - MFH Allow to load multipe extensions via -d | Marcus Boerger | 2007-03-27 | 1 | -3/+17 |
| | | |||||
| * | convert all ereg*() calls to preg_match(), so that we become future-proof ↵ | Nuno Lopes | 2007-02-08 | 1 | -17/+14 |
| | | | | | (ereg is scheduled for removal in PHP 6) | ||||
| * | MFH: use getenv() instead of _ENV | Nuno Lopes | 2007-02-07 | 1 | -10/+14 |
| | | | | | | enable multiple error reporting on the same test | ||||
| * | Update copyright year | Ilia Alshanetsky | 2007-01-01 | 1 | -1/+1 |
| | | | | | | # The rest of the files were already updated by Sebastian | ||||
| * | MFH: force tidy.clean_output=0 | Nuno Lopes | 2006-12-28 | 1 | -0/+1 |
| | | |||||
| * | 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 |
| | | |||||
