| Commit message (Expand) | Author | Age | Files | Lines |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - Sync (and KEEP it synced!) | Jani Taskinen | 2009-12-21 | 1 | -13/+25 |
* | Fixed test engine to support non utf-8 tests | Dmitry Stogov | 2009-12-16 | 1 | -8/+34 |
* | - Fix problem with SKIPIF failing to skip in some cases (deprecated warnings ... | Jani Taskinen | 2009-12-11 | 1 | -2/+1 |
* | restore removed line (thanks Jani) | Greg Beaver | 2009-07-29 | 1 | -0/+1 |
* | make phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, merg... | Greg Beaver | 2009-07-29 | 1 | -1/+0 |
* | fix EXPECTF tests that have binary in their output by always processing outpu... | Greg Beaver | 2009-07-29 | 1 | -48/+48 |
* | Reset TZ environment variable. Some tests assume that it's not set. | David Soria Parra | 2009-07-07 | 1 | -0/+1 |
* | set default value of "precision" ini setting, | Arnaud Le Blanc | 2009-05-20 | 1 | -0/+1 |
* | Print out the WARNed section (contains f.e. passing XFAIL tests) | Hannes Magnusson | 2009-05-18 | 1 | -0/+13 |
* | MFB52: sync | Jani Taskinen | 2009-04-25 | 1 | -4/+5 |
* | Make it possible to run on PHP5.2 | Hannes Magnusson | 2009-04-16 | 1 | -1/+16 |
* | Sync WS with 5.3 | Hannes Magnusson | 2009-04-16 | 1 | -26/+26 |
* | refixing %r in run-tests.php (thanks iain lewis for the fix) | Zoe Slattery | 2009-03-12 | 1 | -26/+27 |
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
* | Added %r section | Zoe Slattery | 2009-03-03 | 1 | -1/+26 |
* | fix ws | Antony Dovgal | 2009-01-05 | 1 | -17/+17 |
* | only add "# original source" if a redirect is active | Antony Dovgal | 2009-01-05 | 1 | -1/+3 |
* | fix PDO and other 'redirected' tests - add that "# original source" line only... | Antony Dovgal | 2009-01-04 | 1 | -1/+1 |
* | Fixed bug #46845 Test expected to fail, but pass, don't cause error | Zoe Slattery | 2008-12-31 | 1 | -7/+18 |
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFB: Fixing strict warning | Lars Strojny | 2008-12-11 | 1 | -1/+1 |
* | - Use version id instead of defined() since latter does not work with magic c... | Jani Taskinen | 2008-12-09 | 1 | -2/+2 |
* | - Sync with all branches (same run-tests.php everywhere | Jani Taskinen | 2008-12-08 | 1 | -0/+5 |
* | More changes to allow the same tests to be used with PHP5 and PHP6 | Zoe Slattery | 2008-12-06 | 1 | -0/+5 |
* | Support versions of valgrind from SVN. The version is shown as 3.4.0.SVN | Scott MacVicar | 2008-11-06 | 1 | -1/+1 |
* | 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 |