#
24f2ac96 |
| 21-Jul-2008 |
Jani Taskinen |
MFH: Stupid WS fixes..Thanks Steph! |
#
4cc73804 |
| 21-Jul-2008 |
Hannes Magnusson |
Run the tests with E_STRICT again # Why isn't E_STRICT in E_ALL? |
#
d619b57e |
| 21-Jul-2008 |
Hannes Magnusson |
MFH: Add E_USER_DEPRECATED (patch by Lars Strojny) |
#
2a172dcc |
| 16-Jul-2008 |
Pierre Joye |
- fix the fix |
#
ae8fcea2 |
| 08-Jul-2008 |
Nuno Lopes |
increase pcre.backtrack_limit so that the phpinfo.phpt test passes on my computer. we should really consider increase the default of this limit.. (but not the recursion one though) |
#
a9175feb |
| 02-Jul-2008 |
Olivier Hill |
Fix parse error |
#
7a98fdc4 |
| 02-Jul-2008 |
Pierre Joye |
- MFH: fix make test TESTS=... and dynamic extension usage on windows |
#
e13bb4c5 |
| 24-Jun-2008 |
Dmitry Stogov |
Reverted part of Steph's patch (stdin stream must be closed to make script finish) |
#
6d63a0d9 |
| 19-Jun-2008 |
Pierre Joye |
- remove debug code |
#
c1b8065d |
| 19-Jun-2008 |
Steph Fox |
Oops. |
#
0af12187 |
| 19-Jun-2008 |
Steph Fox |
Two new options for Travis to come to terms with: - --set-timeout <n> sets the timeout in seconds for the call to stream_select() during system_with_timeout() - -x sets an environmental varia
Two new options for Travis to come to terms with: - --set-timeout <n> sets the timeout in seconds for the call to stream_select() during system_with_timeout() - -x sets an environmental variable, SKIP_SLOW_TESTS, which can be checked for during a SKIPIF clause and just for a special treat, you can have it from my working branch this time.
show more ...
|
#
9f445427 |
| 19-Jun-2008 |
Steph Fox |
Two new options for Travis to come to terms with: - --set-timeout <n> sets the timeout in seconds for the call to stream_select() during system_with_timeout() - -x sets an environmental varia
Two new options for Travis to come to terms with: - --set-timeout <n> sets the timeout in seconds for the call to stream_select() during system_with_timeout() - -x sets an environmental variable, SKIP_SLOW_TESTS, which can be checked for during a SKIPIF clause
show more ...
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
a591b8bd |
| 26-May-2008 |
Antony Dovgal |
fix typo |
#
0cf47e6f |
| 25-May-2008 |
Zoe Slattery |
Added --XFAIL-- section |
Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
95b627f2 |
| 17-Mar-2008 |
Nuno Lopes |
detect test cases with duplicated sections |
Revision tags: php-5.2.6RC2 |
|
#
da494df8 |
| 05-Mar-2008 |
Lars Strojny |
Using new magic constant __DIR__ in run-tests.php |
Revision tags: php-5.2.6RC1 |
|
#
aafff71c |
| 24-Feb-2008 |
Felipe Pena |
New E_ALL value |
Revision tags: RELEASE_1_3_1 |
|
#
77efd896 |
| 12-Feb-2008 |
Ilia Alshanetsky |
Disable mbstring overload |
#
46b9c230 |
| 08-Feb-2008 |
Nuno Lopes |
fix ===DONE=== with windows EOLs |
#
330c8b49 |
| 15-Jan-2008 |
Marcus Boerger |
- MFH valgrind detection, note in header |
#
041bf351 |
| 06-Jan-2008 |
Marcus Boerger |
- MFH Show info for CL and CGI if both are going to be used |
#
27ee8f88 |
| 05-Jan-2008 |
Greg Beaver |
remove potential preg warnings if --EXPECTHEADERS-- is combined with --EXPECTF-- or --EXPECTRE-- |
#
f61ba629 |
| 05-Jan-2008 |
Greg Beaver |
implement --FILE_EXTERNAL-- section for using an external file as --FILE--, use CGI for --EXPECTHEADERS--, fix --POST_RAW-- |
Revision tags: php-4.4.8 |
|
#
9044a482 |
| 01-Jan-2008 |
Sebastian Bergmann |
Leftover: Bump copyright year. |
#
94a50ae0 |
| 25-Dec-2007 |
Dmitry Stogov |
Fixed %f regex |