Revision tags: php-5.0.4RC1, php-4.3.11RC1 |
|
#
27c43d59 |
| 09-Mar-2005 |
Magnus M��tt� |
Since in_array is case sensitive we need to convert the names to lowercase otherwise it won't run tests for extensions where the case of the name differ from the extension name. |
#
b38f21b9 |
| 26-Feb-2005 |
Wez Furlong |
let the test-suite run from an alternate build dir |
#
d02a2df3 |
| 23-Feb-2005 |
Marcus Boerger |
- Use PHP not C semantics |
Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
91ea475f |
| 19-Jan-2005 |
foobar |
- Fixed bug #29136 (make test - libtool failure on MacOSX) |
#
ce742b08 |
| 16-Dec-2004 |
foobar |
- Fix typo (avaliable -> available). (bug #28725) |
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2 |
|
#
35540fde |
| 06-Dec-2004 |
Ilia Alshanetsky |
Added -d option which allows ini options to be specified via command line. Patch by: Sean Coates |
Revision tags: php-5.0.3RC1 |
|
#
0e466665 |
| 28-Nov-2004 |
Ilia Alshanetsky |
Save test result file inside the build directory. |
Revision tags: php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH |
|
#
479af1e7 |
| 27-Sep-2004 |
Ilia Alshanetsky |
Fixed bug #30249 (Incorrect timeout check). |
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1 |
|
#
7b292e2f |
| 21-Jul-2004 |
Christian Stocker |
Fix for Bug 29010 "make test does not wait to email address" (by Sebastian Nohn) |
Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1 |
|
#
19022789 |
| 26-May-2004 |
Ilia Alshanetsky |
Turn off session.auto_start to prevent test failures. |
Revision tags: php-4.3.7RC1, RELEASE_0_1_1 |
|
#
6f699cea |
| 30-Apr-2004 |
Marcus Boerger |
Bugfix #28229 (PATCH run-tests tripped up by spaces in names) |
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1 |
|
#
8ecdc907 |
| 30-Mar-2004 |
Ilia Alshanetsky |
Fixed generate_array_diff(). |
#
775387e3 |
| 29-Mar-2004 |
Jan Lehnardt |
- be more verbose |
#
4da754e8 |
| 28-Mar-2004 |
Marcus Boerger |
Add ability to pass -n to the executed php |
#
0019c609 |
| 28-Mar-2004 |
Marcus Boerger |
Show progress |
Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1 |
|
#
e1127cb5 |
| 09-Mar-2004 |
Marcus Boerger |
Make run-tests.php work with xdebug being loaded. # Lots of ppl use that as a built-in extension already. |
Revision tags: RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split |
|
#
a0664d54 |
| 16-Jan-2004 |
Ilia Alshanetsky |
Fixed division by zero warning. |
Revision tags: php-4.3.5RC1 |
|
#
ccfc46b0 |
| 08-Jan-2004 |
foobar |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too? |
#
a572d79e |
| 29-Dec-2003 |
Marcus Boerger |
Fix data source |
#
d001928a |
| 29-Dec-2003 |
Marcus Boerger |
Align output if one section shows 100% and display percentages when not counting skipped tests. |
#
bdc30961 |
| 23-Dec-2003 |
Ilia Alshanetsky |
Properly detect bundled libtool when PHP is built in a separate directory. Detect version of system libtool, which is used by phpize. |
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
f7b3e30f |
| 16-Dec-2003 |
Derick Rethans |
- Remove debug info :) |
#
76ec811b |
| 16-Dec-2003 |
Derick Rethans |
- Added %e modifier which gets replaced by the current value of DIRECTORY_SEPARATOR. |
#
c92a2219 |
| 05-Dec-2003 |
Wez Furlong |
Add optional array argument to proc_open() to specify additional options for the child process. The first option is "suppress_errors" which will disable any dialog boxes that arise from m
Add optional array argument to proc_open() to specify additional options for the child process. The first option is "suppress_errors" which will disable any dialog boxes that arise from missing DLL's and suppress the GPF dialog. Use this new feature in the test suite, so that crashing tests don't block the test run; useful for un-attended execution.
show more ...
|
#
c3fddcab |
| 30-Nov-2003 |
Marcus Boerger |
Fix tests for E_STRICT and check for E_STRICT in run-tests.php. |