| Commit message (Expand) | Author | Age | Files | Lines |
* | Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, too | Johannes Schlüter | 2008-10-19 | 1 | -0/+2 |
* | Windows requires SystemRoot env var to run tests | Rob Richards | 2008-09-30 | 1 | -0/+3 |
* | Fix cwd when running tests out of tree with ZTS builds (fixes #45837) | Arnaud Le Blanc | 2008-09-12 | 1 | -2/+2 |
* | run-tests.php: Added %u|b% placeholder, like %unicode|string%, for array | Arnaud Le Blanc | 2008-09-08 | 1 | -0/+5 |
* | - Environment handling seems to have changed to respect unicode... so we | Marcus Boerger | 2008-08-30 | 1 | -1/+7 |
* | Added %unicode_string_optional% for differences in output between PHP 5 and 6 | Felix De Vliegher | 2008-08-29 | 1 | -0/+5 |
* | - No unnecessary errors please | Jani Taskinen | 2008-08-14 | 1 | -4/+4 |
* | - No need to load any php.ini here | Jani Taskinen | 2008-08-05 | 1 | -1/+1 |
* | - Fixed undefined variable | Felipe Pena | 2008-08-02 | 1 | -1/+1 |
* | fix typo | Antony Dovgal | 2008-07-25 | 1 | -1/+1 |
* | - Allow the results of a partial run to be saved when -s option is explicitly | Moriyoshi Koizumi | 2008-07-25 | 1 | -123/+137 |
* | - Revert accidental commit. | Jani Taskinen | 2008-07-24 | 1 | -4/+0 |
* | - Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. | Felipe Pena | 2008-07-24 | 1 | -0/+4 |
* | Allowing "%unicode|string%" as a placeholder. In 6, this placeholder is resolved | Lars Strojny | 2008-07-23 | 1 | -0/+5 |
* | - The error level must be E_ALL | E_STRICT. | Felipe Pena | 2008-07-22 | 1 | -1/+1 |
* | - Add missing help text | Steph Fox | 2008-07-22 | 1 | -3/+5 |
* | Sync with PHP 5.3 (might not work 100% yet due to huge inconsistencies AND bu... | Jani Taskinen | 2008-07-21 | 1 | -228/+185 |
* | - This is still available in HEAD, so keep the override here! | Jani Taskinen | 2008-07-21 | 1 | -0/+1 |
* | Add E_USER_DEPRECATED (patch by Lars Strojny) | Hannes Magnusson | 2008-07-21 | 1 | -1/+1 |
* | MFB: increase pcre.backtrack_limit | Nuno Lopes | 2008-07-08 | 1 | -0/+2 |
* | fix run-tests.php failure when no custom php.ini passed | Antony Dovgal | 2008-07-03 | 1 | -4/+6 |
* | MFB: Fix parse error | Olivier Hill | 2008-07-02 | 1 | -1/+1 |
* | - fix make test TESTS=... and dynamic extension usage on windows | Pierre Joye | 2008-07-02 | 1 | -1/+3 |
* | Fix the script to correctly determine the extensions to be tested | Henrique do Nascimento Angelo | 2008-06-12 | 1 | -1/+1 |
* | - Tidy up loose ends in diff and exp output | Steph Fox | 2008-06-12 | 1 | -4/+4 |
* | remove oops | Antony Dovgal | 2008-06-12 | 1 | -1/+0 |
* | - Some calls to file_put_contents() need FILE_BINARY, others choke on it. You... | Steph Fox | 2008-06-12 | 1 | -6/+6 |
* | - more cs/ws fixes | Steph Fox | 2008-06-11 | 1 | -18/+18 |
* | - binary safety | Steph Fox | 2008-06-11 | 1 | -17/+84 |
* | - kill unicode.semantics checks | Steph Fox | 2008-06-11 | 1 | -138/+46 |
* | - code beauty (ws/cs) | Steph Fox | 2008-06-11 | 1 | -190/+393 |
* | - Suppressed fwrite() warning. | Felipe Pena | 2008-05-27 | 1 | -36/+41 |
* | Added --XFAIL-- section | Zoe Slattery | 2008-05-25 | 1 | -7/+26 |
* | - Remove check for unicode.semantics | Felipe Pena | 2008-05-21 | 1 | -2/+2 |
* | fix run-tests.php (Felipe) | Antony Dovgal | 2008-05-21 | 1 | -3/+3 |
* | MFB: detect duplicate sections | Nuno Lopes | 2008-03-17 | 1 | -11/+8 |
* | Using new magic constant __DIR__ in run-tests.php | Lars Strojny | 2008-03-05 | 1 | -3/+3 |
* | New E_ALL value | Felipe Pena | 2008-02-23 | 1 | -1/+1 |
* | fix ===DONE=== with windows EOLs | Nuno Lopes | 2008-02-08 | 1 | -1/+1 |
* | - Detect versions of valgrind that have an appendix to their verion number | Marcus Boerger | 2008-01-15 | 1 | -15/+15 |
* | - Show info for CL and CGI if both are going to be used | Marcus Boerger | 2008-01-06 | 1 | -3/+21 |
* | remove potential preg warnings if --EXPECTHEADERS-- is combined with --EXPECT... | Greg Beaver | 2008-01-05 | 1 | -1/+1 |
* | implement --FILE_EXTERNAL-- section for using an external file as --FILE--, u... | Greg Beaver | 2008-01-05 | 1 | -4/+18 |
* | MFB: Leftover: Bump copyright year. | Sebastian Bergmann | 2008-01-01 | 1 | -1/+1 |
* | Fixed %f regex | Dmitry Stogov | 2007-12-25 | 1 | -1/+1 |
* | Changing the regex for %f so the it will match e-, e+ and e. | Raghubansh Kumar | 2007-12-24 | 1 | -1/+1 |
* | MFB5.3: - Allow to specify php executable on commandline | Hannes Magnusson | 2007-12-17 | 1 | -53/+76 |
* | add support for Valgrind 3.3.0 (which doesn't have --log-file-exactly option) | Antony Dovgal | 2007-12-12 | 1 | -1/+23 |
* | - Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail | Jani Taskinen | 2007-11-21 | 1 | -0/+1 |
* | Changing the regex for %f so the it will match E-, E+ and E. | Zoe Slattery | 2007-11-12 | 1 | -1/+1 |