summaryrefslogtreecommitdiff
path: root/run-tests.php
Commit message (Expand)AuthorAgeFilesLines
* Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, tooJohannes Schlüter2008-10-191-0/+2
* Windows requires SystemRoot env var to run testsRob Richards2008-09-301-0/+3
* Fix cwd when running tests out of tree with ZTS builds (fixes #45837)Arnaud Le Blanc2008-09-121-2/+2
* run-tests.php: Added %u|b% placeholder, like %unicode|string%, for arrayArnaud Le Blanc2008-09-081-0/+5
* - Environment handling seems to have changed to respect unicode... so weMarcus Boerger2008-08-301-1/+7
* Added %unicode_string_optional% for differences in output between PHP 5 and 6Felix De Vliegher2008-08-291-0/+5
* - No unnecessary errors pleaseJani Taskinen2008-08-141-4/+4
* - No need to load any php.ini hereJani Taskinen2008-08-051-1/+1
* - Fixed undefined variableFelipe Pena2008-08-021-1/+1
* fix typoAntony Dovgal2008-07-251-1/+1
* - Allow the results of a partial run to be saved when -s option is explicitlyMoriyoshi Koizumi2008-07-251-123/+137
* - Revert accidental commit.Jani Taskinen2008-07-241-4/+0
* - Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-0/+4
* Allowing "%unicode|string%" as a placeholder. In 6, this placeholder is resolvedLars Strojny2008-07-231-0/+5
* - The error level must be E_ALL | E_STRICT.Felipe Pena2008-07-221-1/+1
* - Add missing help textSteph Fox2008-07-221-3/+5
* Sync with PHP 5.3 (might not work 100% yet due to huge inconsistencies AND bu...Jani Taskinen2008-07-211-228/+185
* - This is still available in HEAD, so keep the override here!Jani Taskinen2008-07-211-0/+1
* Add E_USER_DEPRECATED (patch by Lars Strojny)Hannes Magnusson2008-07-211-1/+1
* MFB: increase pcre.backtrack_limitNuno Lopes2008-07-081-0/+2
* fix run-tests.php failure when no custom php.ini passedAntony Dovgal2008-07-031-4/+6
* MFB: Fix parse errorOlivier Hill2008-07-021-1/+1
* - fix make test TESTS=... and dynamic extension usage on windowsPierre Joye2008-07-021-1/+3
* Fix the script to correctly determine the extensions to be testedHenrique do Nascimento Angelo2008-06-121-1/+1
* - Tidy up loose ends in diff and exp outputSteph Fox2008-06-121-4/+4
* remove oopsAntony Dovgal2008-06-121-1/+0
* - Some calls to file_put_contents() need FILE_BINARY, others choke on it. You...Steph Fox2008-06-121-6/+6
* - more cs/ws fixesSteph Fox2008-06-111-18/+18
* - binary safetySteph Fox2008-06-111-17/+84
* - kill unicode.semantics checksSteph Fox2008-06-111-138/+46
* - code beauty (ws/cs)Steph Fox2008-06-111-190/+393
* - Suppressed fwrite() warning.Felipe Pena2008-05-271-36/+41
* Added --XFAIL-- sectionZoe Slattery2008-05-251-7/+26
* - Remove check for unicode.semanticsFelipe Pena2008-05-211-2/+2
* fix run-tests.php (Felipe)Antony Dovgal2008-05-211-3/+3
* MFB: detect duplicate sectionsNuno Lopes2008-03-171-11/+8
* Using new magic constant __DIR__ in run-tests.phpLars Strojny2008-03-051-3/+3
* New E_ALL valueFelipe Pena2008-02-231-1/+1
* fix ===DONE=== with windows EOLsNuno Lopes2008-02-081-1/+1
* - Detect versions of valgrind that have an appendix to their verion numberMarcus Boerger2008-01-151-15/+15
* - Show info for CL and CGI if both are going to be usedMarcus Boerger2008-01-061-3/+21
* remove potential preg warnings if --EXPECTHEADERS-- is combined with --EXPECT...Greg Beaver2008-01-051-1/+1
* implement --FILE_EXTERNAL-- section for using an external file as --FILE--, u...Greg Beaver2008-01-051-4/+18
* MFB: Leftover: Bump copyright year.Sebastian Bergmann2008-01-011-1/+1
* Fixed %f regexDmitry Stogov2007-12-251-1/+1
* Changing the regex for %f so the it will match e-, e+ and e.Raghubansh Kumar2007-12-241-1/+1
* MFB5.3: - Allow to specify php executable on commandlineHannes Magnusson2007-12-171-53/+76
* add support for Valgrind 3.3.0 (which doesn't have --log-file-exactly option)Antony Dovgal2007-12-121-1/+23
* - Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to failJani Taskinen2007-11-211-0/+1
* Changing the regex for %f so the it will match E-, E+ and E.Zoe Slattery2007-11-121-1/+1