summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
* Fix locale switch back to C in pcreNikita Popov2021-03-182-1/+19
* Fix bug #80866Dharman2021-03-152-0/+16
* Fix #80118: Erroneous whitespace match with JIT onlyChristoph M. Becker2020-09-212-8/+38
* Fix bundled libpcre2 build regarding the `-fcf-protection` gcc flagChristoph M. Becker2020-09-171-3/+21
* Update to PCRE2 10.35Christoph M. Becker2020-09-1741-3271/+4633
* Add additional preg_match test caseGraham Campbell2020-04-221-0/+35
* Upgrade to PCRE2 10.34Christoph M. Becker2020-04-2238-4628/+7351
* this test needs jsonRemi Collet2020-03-031-0/+2
* Fixed bug #79257Nikita Popov2020-02-112-5/+235
* PCRE: Only remember valid UTF-8 if start offset zeroNikita Popov2020-02-072-4/+18
* PCRE: Check whether start offset is on char boundaryNikita Popov2020-02-072-1/+39
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-02-052-18/+29
|\
| * Fixed bug #79188Nikita Popov2020-02-052-18/+29
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-11-222-1/+13
|\ \ | |/
| * Fix #78853: preg_match() may return integer > 1Christoph M. Becker2019-11-222-1/+13
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-11-071-2/+4
|\ \ | |/
| * Fix php_pcre_mutex_free()Nikita Popov2019-11-071-2/+4
* | Fix #78684: PCRE bug72463_2 test is sending emails on LinuxChristoph M. Becker2019-10-191-0/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-082-2/+11
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-082-2/+11
| |\
| | * Add pcre_get_compiled_regex_cache_ex() with local_aware flagSergei Turchanov2019-10-082-2/+11
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-071-5/+5
|\ \ \ | |/ /
| * | Backport fix for uaf during pcre jit fallbackNikita Popov2019-10-071-5/+5
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-041-0/+6
|\ \ \ | |/ /
| * | Improve diagnostic on PCRE JIT mmap failureNikita Popov2019-10-041-0/+6
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-181-2/+0
|\ \ \ | |/ /
| * | Remove unstable test outputNikita Popov2019-09-181-2/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-182-1/+47
|\ \ \ | |/ /
| * | Fixed bug #78272Nikita Popov2019-09-182-1/+47
| * | Backport MAP_JIT fixes from PCRE2 10.33Nikita Popov2019-09-181-3/+43
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-08-251-1/+1
|\ \ \ | |/ /
| * | Fix testStanislav Malyshev2019-08-251-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-08-251-0/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-08-251-0/+10
| |\ \ | | |/
| | * 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-252-1/+20
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1526-33/+15
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1430-50/+50
| | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-132-3/+3
| | | * Convert CRLF line endings to LFPeter Kokot2018-10-132-69/+69
| | | * year++Xinchen Hui2018-01-022-2/+2
* | | | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2019-08-201-0/+2
|\ \ \ \ | |/ / /
| * | | ensure proper settings for testRemi Collet2019-08-201-0/+2
* | | | Mark PCRE locale key as local persistentNikita Popov2019-08-131-0/+1
* | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-011-133/+0
|\ \ \ \ | |/ / /
| * | | Remove upgrade-pcre.php scriptChristoph M. Becker2019-08-011-137/+0
* | | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-07-292-1/+11
|\ \ \ \ | |/ / /
| * | | Fix #78338: Array cross-border reading in PCREChristoph M. Becker2019-07-292-1/+11
| * | | Fix bug #78197: PCRE2 version checkPeter Kokot2019-07-011-1/+1