summaryrefslogtreecommitdiff
path: root/ext/pcre/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Christoph M. Becker2015-06-231-0/+36
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Christoph M. Becker2015-06-231-0/+36
| |\
| | * Fixed bug #69864 (Segfault in preg_replace_callback)Christoph M. Becker2015-06-231-0/+36
* | | Deprecate PHP 4 constructorsAndrea Faulds2015-03-311-1/+1
* | | Improve test scriptsXinchen Hui2015-03-213-72/+46
* | | More error conditionsXinchen Hui2015-03-212-4/+21
* | | Improved impelmentation(and cleanup behaviro with errors conditions)Xinchen Hui2015-03-214-53/+20
* | | Implement preg_replace_callback_array functionWei Dai2015-03-134-0/+158
* | | added PCRE JIT availability info to phpinfo()Anatol Belski2015-02-071-0/+14
* | | Remove preg_replace /e modifierNikita Popov2015-01-263-25/+2
* | | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-2/+2
* | | Enabled JIT for preg_split(). Use better zend_hash_*() functions.Dmitry Stogov2014-12-191-0/+2
* | | use a suitable number of patterns to show the bug is resolved, not a stupid n...krakjoe2014-08-211-1/+2
* | | Bundle pcre-8.35 with sljit supportDmitry Stogov2014-06-062-0/+2
|/ /
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-05-091-0/+10
|\ \ | |/
| * Bug #67238 Ungreedy and min/max quantifier bug in PCRE 8.34 upstreamAnatol Belski2014-05-091-0/+10
* | Add support for PCRE marksNikita Popov2014-03-171-0/+202
|/
* pcre tests go with 8.34 upgradeAnatol Belski2014-02-043-4/+10
* typo fixesVeres Lajos2013-07-154-12/+12
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-103-3/+3
* Merge branch 'PHP-5.4'Xinchen Hui2012-10-181-0/+23
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-181-0/+23
| |\
| | * Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite)Xinchen Hui2012-10-181-0/+23
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-102-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-102-0/+0
| |\ \ | | |/
| | * Remove executable permission on phptXinchen Hui2012-10-102-0/+0
| | * These regexes don't fail under the new backtrack limit, so lower it just for ...Ferenc Kovacs2011-09-041-0/+2
| | * - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it retu...Felipe Pena2010-11-064-3/+16
| | * - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)Felipe Pena2010-10-031-0/+43
| | * Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix...Kalle Sommer Nielsen2010-08-111-1/+1
* | | Merge branch 'PHP-5.4'Stanislav Malyshev2012-08-281-0/+42
|\ \ \ | |/ /
| * | fix bug #55856: preg_replace should fail on trailing garbageStanislav Malyshev2012-08-281-0/+42
| * | Delete empty test files (old MQ tests)Pierrick Charron2011-07-221-0/+0
| * | - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-13/+0
| * | These regexes don't fail under the new backtrack limit, so lower itRasmus Lerdorf2011-06-121-0/+2
* | | Deprecate /e modifierNikita Popov2012-03-042-1/+5
* | | Delete empty test files (old MQ tests)Pierrick Charron2011-07-221-0/+0
* | | - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-13/+0
* | | These regexes don't fail under the new backtrack limit, so lower itRasmus Lerdorf2011-06-121-0/+2
|/ /
* | - Added missing testFelipe Pena2010-11-151-0/+43
* | - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it retu...Felipe Pena2010-11-064-3/+16
* | Implemented FR #53238 (Make third parameter of preg_match_all optional).Adam Harvey2010-11-053-6/+15
* | MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT...Kalle Sommer Nielsen2010-08-111-1/+1
|/
* Fixed testsDmitry Stogov2009-09-211-1/+1
* Remove empty sections. Fix bad use of --SKIP--Zoe Slattery2009-07-211-2/+1
* Fix testandy wharmby2009-06-231-1/+1
* - Fixed ini deprecation message issues in tests.Jani Taskinen2009-05-061-1/+1
* Added E_DEPRECATED startup notice (5.3 only)Kalle Sommer Nielsen2009-05-041-1/+2
* MFHArnaud Le Blanc2009-04-251-3/+3
* MFHArnaud Le Blanc2009-04-241-5/+5