summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in the calculation of the POST request length.Ilia Alshanetsky2002-10-151-3/+2
* Fixed warningsYasuo Ohgaki2002-10-141-1/+1
* - Added the TEST_PHP_USER environment variable with which you can specifyDerick Rethans2002-10-141-1/+16
* - woohooo! Automatic build test submits!Derick Rethans2002-10-121-8/+112
* When you say string, match at least one char in EXPECTF sectionMelvyn Sopacua2002-10-101-1/+3
* - Fix .exp outputDerick Rethans2002-10-081-6/+6
* - Show easier parseable and greppable outputDerick Rethans2002-10-081-8/+2
* - Use getenv, as $_ENV is not available when variables_order= in php.iniDerick Rethans2002-10-081-6/+6
* - Drop requirement for php.ini-distDerick Rethans2002-10-081-9/+0
* ws fixesfoobar2002-10-081-204/+202
* Temporary (?) workaround (?) for is_executable() on Windows.Sander Roobol2002-10-071-1/+1
* Add --EXPECTF-- section: 'sprintf' for EXPECT sections. See for usageMelvyn Sopacua2002-10-071-8/+29
* Add php_ini_scanned_files() so "make test" can tell you when you haveRasmus Lerdorf2002-10-061-0/+1
* Return to old counting where every test is counted (even those of skippedMarcus Boerger2002-10-041-14/+26
* $val not in first param to sprintfMarcus Boerger2002-10-031-2/+2
* unify these files to conform with the new files created by run-tests.phpfoobar2002-10-021-1/+1
* - Run ext/* tests only for those modules that are actually compiledfoobar2002-10-021-44/+48
* Unlink output files even if test is skipped.Marcus Boerger2002-09-111-6/+7
* -reimplemented old style output (.exp, .out)Marcus Boerger2002-08-261-10/+62
* Added ARGS section to allow passing arguments to CLI testsMarcus Boerger2002-08-211-1/+4
* Don't know what this line was supposed to DO!?!?Sander Roobol2002-08-191-1/+1
* -additional section INI that allows to set special ini settings on callMarcus Boerger2002-08-031-13/+24
* -make it run againMarcus Boerger2002-06-231-2/+3
* Made the tests (and not only run-tests.php) actually use php.ini-dist, andSander Roobol2002-06-161-0/+1
* Skip POST data if it is empty.foobar2002-05-221-1/+1
* Fix php.ini-related stuff in run-tests.phpSander Roobol2002-05-191-5/+5
* Fix temporary filename problems, and update .cvsignores with new extensionsSander Roobol2002-05-191-5/+5
* Fix make test and remove a warningSander Roobol2002-05-191-1/+5
* Cleaned up run-tests.php, and fixed it on linux/unixSander Roobol2002-05-191-175/+106
* Updated to run cleanly on Win32, and perform a more controlled test.Preston L. Bannister2002-05-161-526/+374
* * try the installed cli binary if everything else fails (I'm startingStig Bakken2002-05-091-0/+9
* - Add a warning if running with safe_mode enabled.Markus Fischer2002-05-081-0/+16
* Enable CGI binary for testing. CGI binary should be used when it'sYasuo Ohgaki2002-04-121-15/+11
* WS fixYasuo Ohgaki2002-03-191-129/+129
* fix problems with cgi/cli sapi when running testsWez Furlong2002-03-171-6/+12
* Fix PHP version and sapi printed so that it does not print bogusYasuo Ohgaki2002-03-121-2/+2
* Do not search php binary in search path, since we are not testing older builds.Yasuo Ohgaki2002-03-121-4/+6
* Use CGI binary when CGI SAPI is there.Yasuo Ohgaki2002-03-121-3/+5
* * work with sapi/cliStig Bakken2002-03-021-4/+9
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Fix these to give correct results even if register_globals=off orfoobar2001-10-231-2/+9
* * typoStig Bakken2001-08-271-1/+1
* * add the directory where php.exe was found to PATH to help WindowsStig Bakken2001-08-271-0/+5
* * Windows fixStig Bakken2001-08-271-3/+7
* * MTH (merge _to_ head)Stig Bakken2001-08-271-25/+50
* once again, make test would not work right with error_reporting=E_ALLHartmut Holzgraefe2001-07-111-1/+1
* * use ereg functions instead of pregStig Bakken2001-05-271-10/+10
* make run-tests work under win32 tooDaniel Beulshausen2001-05-021-42/+40
* * using CGI -C option, you no longer have to specify "full" path to testsStig Bakken2001-04-161-3/+6