summaryrefslogtreecommitdiff
path: root/ext/pcre/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-08-251-0/+10
|\
| * Fix #75457: heap-use-after-free in php7.0.25Christoph M. Becker2019-08-251-0/+10
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1526-33/+15
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-1430-50/+50
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
| * Convert CRLF line endings to LFPeter Kokot2018-10-132-69/+69
* | Fix #77827: preg_match does not ignore \r in regex flagsChristoph M. Becker2019-03-311-0/+14
* | ensure pcre.jit=1 for these testsRemi Collet2019-03-221-0/+3
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1527-34/+16
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-1430-50/+50
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | Convert CRLF line endings to LFPeter Kokot2018-10-131-27/+27
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-212-0/+28
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-212-0/+28
| |\
| | * Fixed #75539 and #74183 - preg_last_error not returning error code after errorNester2017-11-212-0/+28
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-281-0/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-281-0/+10
| |\ \ | | |/
| | * Apply upstream patch for CVE-2016-1283Anatol Belski2017-09-281-0/+10
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-071-6/+6
| |\ \ | | |/
| | * Revert "Test request47456.phpt for PR 1303" on PHP-7.0 and PHP-7.1Mitch Hagstrand2017-01-071-6/+6
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-061-6/+6
| |\ \ | | |/
| | * Test request47456.phpt for PR 1303Mitch Hagstrand2017-01-061-6/+6
* | | Fixed bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after firs...Dmitry Stogov2017-08-181-0/+9
* | | Fixed bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match()).Dmitry Stogov2017-07-071-0/+8
* | | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | | missing fix for testRemi Collet2017-05-291-6/+6
* | | add PREG_UNMATCHED_AS_NULL flag to allow distinguish between unmatched subpat...Nicolas Grekas2017-05-297-40/+40
* | | Deprecate each()Nikita Popov2017-02-031-2/+2
* | | Deprecate create_function()Nikita Popov2017-02-032-2/+2
* | | Fix test caseChristoph M. Becker2017-01-061-6/+6
* | | Merge branch 'pull-request/1303'Joe Watkins2017-01-067-27/+503
|\ \ \
| * | | added test to clearly show distinction between unset (aka unmatched) subpatte...Christoph M. Becker2015-05-231-0/+18
| * | | adjusted other tests to cater to changed behaviorChristoph M. Becker2015-05-234-27/+27
| * | | added failing tests for bug #61780Christoph M. Becker2015-05-232-0/+458
* | | | Merge branch 'PHP-7.1'Christoph M. Becker2016-11-261-0/+27
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-11-261-0/+27
| |\ \ \ | | | |/ | | |/|
| | * | Fix #73612: preg_*() may leak memoryChristoph M. Becker2016-11-261-0/+27
* | | | Fix CRLF line-endings in testsNikita Popov2016-11-201-42/+42
* | | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-201-3/+3
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-11-201-0/+15
|\ \ \ | |/ /
| * | Fixed bug #73483 (Segmentation fault on pcre_replace_callback)Xinchen Hui2016-11-201-0/+15
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-10-292-0/+10
|\ \ \ | |/ /
| * | Skip if no jit is builtXinchen Hui2016-10-292-0/+10
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-10-281-0/+28
|\ \ \ | |/ /
| * | Fixed bug #73392 (A use-after-free in zend allocator management)Xinchen Hui2016-10-281-0/+28
* | | Normalize preg_replace_callback() return valueNikita Popov2016-10-151-3/+3
* | | Merge branch 'pull-request/2115' into PHP-7.1Christoph M. Becker2016-09-062-2/+2
|\ \ \ | |/ / |/| |
| * | Fix #72948: Uncatchable "Catchable" fatal error for class to string conversionsChristoph M. Becker2016-09-032-2/+2
* | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-09-051-0/+101
|\ \ \ | |/ / |/| |
| * | Implement #47456: Missing PCRE option 'J'Christoph M. Becker2016-09-051-0/+101