summaryrefslogtreecommitdiff
path: root/ext/pcre/tests
Commit message (Collapse)AuthorAgeFilesLines
* Bug #67238 Ungreedy and min/max quantifier bug in PCRE 8.34 upstreamAnatol Belski2014-05-091-0/+10
| | | | upstream patch applied
* 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
| | | | | * pull-request/341: (23 commits) typofixes
* 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
| | | | | | | | | | | | the test to check the failure.
| | * - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it ↵Felipe Pena2010-11-064-3/+16
| | | | | | | | | | | | | | | | | | | | | returns int(0)) patch by: slugonamission at gmail dot com
| | * - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)Felipe Pena2010-10-031-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | # In PCRE, by default, \d, \D, \s, \S, \w, and \W recognize only ASCII # characters, even in UTF-8 mode. However, this can be changed by setting # the PCRE_UCP option.
| | * Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ↵Kalle Sommer Nielsen2010-08-111-1/+1
| | | | | | | | | | | | | | | | | | (Fixes #52570) # Trunk patch will follow shortly
* | | Merge branch 'PHP-5.4'Stanislav Malyshev2012-08-281-0/+42
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.4: fix bug #55856: preg_replace should fail on trailing garbage Bug #62956: fixing private method signature validation NEWS for 886a50a
| * | 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 ↵Pierre Joye2011-07-221-13/+0
| | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4
| * | These regexes don't fail under the new backtrack limit, so lower itRasmus Lerdorf2011-06-121-0/+2
| | | | | | | | | | | | | | | just for the test to check the failure.
* | | Deprecate /e modifierNikita Popov2012-03-042-1/+5
| | | | | | | | | | | | | | | See https://wiki.php.net/rfc/remove_preg_replace_eval_modifier.
* | | 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 ↵Pierre Joye2011-07-221-13/+0
| | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ
* | | These regexes don't fail under the new backtrack limit, so lower itRasmus Lerdorf2011-06-121-0/+2
|/ / | | | | | | | | just for the test to check the failure.
* | - Added missing testFelipe Pena2010-11-151-0/+43
| |
* | - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it ↵Felipe Pena2010-11-064-3/+16
| | | | | | | | | | | | | | returns int(0)) patch by: slugonamission at gmail dot com
* | 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 ↵Kalle Sommer Nielsen2010-08-111-1/+1
|/ | | | | | E_DEPRECATED (Fixes #52570) # Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore
* 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
| | | | | # CGI headers are stripped and the error ends up there with CGI..
* 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
|
* fix bug #47662: support more than 127 named subpatternsNuno Lopes2009-04-101-0/+18
|
* fix bug #47229: preg_quote should escape '-'Nuno Lopes2009-01-282-1/+38
|
* New pcre extension tests. Tested on Windows, Linux and Linux 64-bitandy wharmby2009-01-075-0/+169
|
* - Opss, reverted accidental changesFelipe Pena2008-11-039-0/+55
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-0213-51/+36
|
* remove unicode skipif, as the test doesnt require such supportNuno Lopes2008-08-311-6/+0
|
* - MFH preg_filter()Marcus Boerger2008-08-291-0/+35
| | | | | | # As discussed with Lukas # [DOC] check out the test
* after rereading the documentation about preg_grep(), lets match the behavior ↵Nuno Lopes2008-08-141-10/+12
| | | | | | | in HEAD (return the original array elements instead of the new string). tune the test accordingly
* Fixed bug #44925 (preg_grep() modifies input array)Nuno Lopes2008-08-141-0/+105
|
* - New parameter parsing API (to preg_replace*)Felipe Pena2008-06-303-14/+13
| | | | | - Fixed related tests
* fix bug #44214: crash with preg_replace_callback and global variablesNuno Lopes2008-03-082-0/+56
|
* add new testsNuno Lopes2008-03-082-0/+94
|
* Fix testFelipe Pena2008-02-211-1/+5
|
* fix testAntony Dovgal2008-02-211-3/+1
|
* New testFelipe Pena2008-02-201-0/+14
|
* Fixed bug #42945 (preg_split() swallows part of the string)Nuno Lopes2008-01-131-0/+88
|