| Commit message (Expand) | Author | Age | Files | Lines |
* | -reimplemented old style output (.exp, .out) | Marcus Boerger | 2002-08-26 | 1 | -10/+62 |
* | Added ARGS section to allow passing arguments to CLI tests | Marcus Boerger | 2002-08-21 | 1 | -1/+4 |
* | Don't know what this line was supposed to DO!?!? | Sander Roobol | 2002-08-19 | 1 | -1/+1 |
* | -additional section INI that allows to set special ini settings on call | Marcus Boerger | 2002-08-03 | 1 | -13/+24 |
* | -make it run again | Marcus Boerger | 2002-06-23 | 1 | -2/+3 |
* | Made the tests (and not only run-tests.php) actually use php.ini-dist, and | Sander Roobol | 2002-06-16 | 1 | -0/+1 |
* | Skip POST data if it is empty. | foobar | 2002-05-22 | 1 | -1/+1 |
* | Fix php.ini-related stuff in run-tests.php | Sander Roobol | 2002-05-19 | 1 | -5/+5 |
* | Fix temporary filename problems, and update .cvsignores with new extensions | Sander Roobol | 2002-05-19 | 1 | -5/+5 |
* | Fix make test and remove a warning | Sander Roobol | 2002-05-19 | 1 | -1/+5 |
* | Cleaned up run-tests.php, and fixed it on linux/unix | Sander Roobol | 2002-05-19 | 1 | -175/+106 |
* | Updated to run cleanly on Win32, and perform a more controlled test. | Preston L. Bannister | 2002-05-16 | 1 | -526/+374 |
* | * try the installed cli binary if everything else fails (I'm starting | Stig Bakken | 2002-05-09 | 1 | -0/+9 |
* | - Add a warning if running with safe_mode enabled. | Markus Fischer | 2002-05-08 | 1 | -0/+16 |
* | Enable CGI binary for testing. CGI binary should be used when it's | Yasuo Ohgaki | 2002-04-12 | 1 | -15/+11 |
* | WS fix | Yasuo Ohgaki | 2002-03-19 | 1 | -129/+129 |
* | fix problems with cgi/cli sapi when running tests | Wez Furlong | 2002-03-17 | 1 | -6/+12 |
* | Fix PHP version and sapi printed so that it does not print bogus | Yasuo Ohgaki | 2002-03-12 | 1 | -2/+2 |
* | Do not search php binary in search path, since we are not testing older builds. | Yasuo Ohgaki | 2002-03-12 | 1 | -4/+6 |
* | Use CGI binary when CGI SAPI is there. | Yasuo Ohgaki | 2002-03-12 | 1 | -3/+5 |
* | * work with sapi/cli | Stig Bakken | 2002-03-02 | 1 | -4/+9 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | Fix these to give correct results even if register_globals=off or | foobar | 2001-10-23 | 1 | -2/+9 |
* | * typo | Stig Bakken | 2001-08-27 | 1 | -1/+1 |
* | * add the directory where php.exe was found to PATH to help Windows | Stig Bakken | 2001-08-27 | 1 | -0/+5 |
* | * Windows fix | Stig Bakken | 2001-08-27 | 1 | -3/+7 |
* | * MTH (merge _to_ head) | Stig Bakken | 2001-08-27 | 1 | -25/+50 |
* | once again, make test would not work right with error_reporting=E_ALL | Hartmut Holzgraefe | 2001-07-11 | 1 | -1/+1 |
* | * use ereg functions instead of preg | Stig Bakken | 2001-05-27 | 1 | -10/+10 |
* | make run-tests work under win32 too | Daniel Beulshausen | 2001-05-02 | 1 | -42/+40 |
* | * using CGI -C option, you no longer have to specify "full" path to tests | Stig Bakken | 2001-04-16 | 1 | -3/+6 |
* | Output php version at end of tests. | James Moore | 2001-03-29 | 1 | -1/+1 |
* | I don't like to commit this over and over either, but this client definitely ... | André Langhorst | 2001-03-21 | 1 | -1/+0 |
* | fighting against the cvs client, it does not want to let the win32 binary saf... | André Langhorst | 2001-03-21 | 1 | -18/+17 |
* | win32 fixes again | André Langhorst | 2001-03-21 | 1 | -1/+0 |
* | Disable maximum execution time for tests. | Sebastian Bergmann | 2001-03-21 | 1 | -0/+1 |
* | 1) fixed tests on *both* win32+linux | André Langhorst | 2001-03-21 | 1 | -37/+117 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | Fix "make test" in VPATH environments | Sascha Schumann | 2000-12-24 | 1 | -2/+2 |
* | removed a warning when testing against a single .phpt file | Hartmut Holzgraefe | 2000-12-15 | 1 | -1/+1 |
* | * run-tests.php: fixed a few bugs, including the POST/GET problem reported by | Stig Bakken | 2000-12-15 | 1 | -9/+6 |
* | * rename write* to dowrite* to avoid clash with ext/sockets | Stig Bakken | 2000-12-13 | 1 | -19/+20 |
* | * output fix for skipped tests | Stig Bakken | 2000-12-08 | 1 | -1/+4 |
* | added TODO comment | Stig Bakken | 2000-12-08 | 1 | -217/+238 |
* | made run-tests.php windows compatible | Andre Langhorst | 2000-12-06 | 1 | -1/+3 |
* | changed run-tests.php to use 'php -q' instead of 'php -f' | Hartmut Holzgraefe | 2000-12-03 | 1 | -4/+4 |
* | Test descriptions showed up blank, fixed. | Stig Bakken | 2000-10-29 | 1 | -1/+1 |
* | have you ever tried to run the regression tests with error_reporting=E_ALL ? | Hartmut Holzgraefe | 2000-10-23 | 1 | -15/+19 |
* | * don't require "POST" section to be present (TEST, FILE and EXPECT | Stig Bakken | 2000-09-09 | 1 | -1/+5 |