Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
fc721174 |
| 02-Oct-2002 |
foobar |
- Run ext/* tests only for those modules that are actually compiled into the php binary. (faster) - Skip search of .phpt files if they are passed as parameters |
#
54e066b2 |
| 11-Sep-2002 |
Marcus Boerger |
Unlink output files even if test is skipped. |
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2 |
|
#
9ede2400 |
| 26-Aug-2002 |
Marcus Boerger |
-reimplemented old style output (.exp, .out) -implemented diff format output -delete error logs on success @Changed regression tests produce selectable error reports. The tests now @r
-reimplemented old style output (.exp, .out) -implemented diff format output -delete error logs on success @Changed regression tests produce selectable error reports. The tests now @recognize environment variable TEST_PHP_LOG_FORMAT which can @contain O and E for old style .out and .exp files, L for new .log format and @D for an internal diff format that does not require systems diff. (Marcus) #diff output makes it easier to detect the failure on huge or combined tests. #It was discussed that the php function's diff output has the advantage that #it is available on every system. Everyone insisting on systems diff may #use diff on .exp and .out files.
show more ...
|
Revision tags: php-4.2.3RC1 |
|
#
28ebb82c |
| 21-Aug-2002 |
Marcus Boerger |
Added ARGS section to allow passing arguments to CLI tests |
#
ef9014d9 |
| 19-Aug-2002 |
Sander Roobol |
Don't know what this line was supposed to DO!?!? |
Revision tags: dev |
|
#
02a12b57 |
| 03-Aug-2002 |
Marcus Boerger |
-additional section INI that allows to set special ini settings on call by adding '-c foo=bar' strings to php call. Each line must have format foo=bar. This of cause only works for cli vers
-additional section INI that allows to set special ini settings on call by adding '-c foo=bar' strings to php call. Each line must have format foo=bar. This of cause only works for cli version. -made sections SKIPIF,INI,GET,POST optional
show more ...
|
Revision tags: php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2 |
|
#
6ff0a9ee |
| 23-Jun-2002 |
Marcus Boerger |
-make it run again |
Revision tags: php-4.3.0dev, php5_5_0 |
|
#
fcb692a7 |
| 16-Jun-2002 |
Sander Roobol |
Made the tests (and not only run-tests.php) actually use php.ini-dist, and removed unused php.ini file. |
Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10 |
|
#
dc26e8d8 |
| 22-May-2002 |
foobar |
Skip POST data if it is empty. |
Revision tags: RELEASE_0_4 |
|
#
3f156fe6 |
| 19-May-2002 |
Sander Roobol |
Fix php.ini-related stuff in run-tests.php |
Revision tags: php-4.3.0dev-ZendEngine2 |
|
#
e3490f14 |
| 19-May-2002 |
Sander Roobol |
Fix temporary filename problems, and update .cvsignores with new extensions |
#
f3a8a7d6 |
| 19-May-2002 |
Sander Roobol |
Fix make test and remove a warning |
#
c9872c91 |
| 19-May-2002 |
Sander Roobol |
Cleaned up run-tests.php, and fixed it on linux/unix # and probably broke it on windows :) |
Revision tags: php-4.3.0dev-ZendEngine2-Preview1 |
|
#
3d1d6022 |
| 16-May-2002 |
Preston L. Bannister |
Updated to run cleanly on Win32, and perform a more controlled test. |
Revision tags: php-4.2.1 |
|
#
fdb724bf |
| 09-May-2002 |
Stig Bakken |
* try the installed cli binary if everything else fails (I'm starting to agree that looking too hard for a php binary is wrong) |
#
1a3c8e62 |
| 08-May-2002 |
Markus Fischer |
- Add a warning if running with safe_mode enabled. |
Revision tags: php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3 |
|
#
734899e6 |
| 12-Apr-2002 |
Yasuo Ohgaki |
Enable CGI binary for testing. CGI binary should be used when it's available, since some tests cannot be performed by CLI. (And many of them are just failing now) Fixed SAPI and VERSION o
Enable CGI binary for testing. CGI binary should be used when it's available, since some tests cannot be performed by CLI. (And many of them are just failing now) Fixed SAPI and VERSION output.
show more ...
|
Revision tags: php-4.2.0RC2, php-4.2.0RC1 |
|
#
68f63a01 |
| 19-Mar-2002 |
Yasuo Ohgaki |
WS fix |
#
b98074ee |
| 17-Mar-2002 |
Wez Furlong |
fix problems with cgi/cli sapi when running tests |
Revision tags: help |
|
#
7f8b2a65 |
| 12-Mar-2002 |
Yasuo Ohgaki |
Fix PHP version and sapi printed so that it does not print bogus version and sapi name. |
#
270a907b |
| 12-Mar-2002 |
Yasuo Ohgaki |
Do not search php binary in search path, since we are not testing older builds. Print SAPI used. |
#
7457b8a7 |
| 12-Mar-2002 |
Yasuo Ohgaki |
Use CGI binary when CGI SAPI is there. Make "php run-tests.php" work with cli SAPI. # Anyone mind if I change spaces to tabs? # Currently, it is using spaces and it's should use # tab
Use CGI binary when CGI SAPI is there. Make "php run-tests.php" work with cli SAPI. # Anyone mind if I change spaces to tabs? # Currently, it is using spaces and it's should use # tabs just like C source.
show more ...
|
#
8802148f |
| 02-Mar-2002 |
Stig Bakken |
* work with sapi/cli |
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers. |
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers. |