summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
* Fixed possible incorrect "mark" usageDmitry Stogov2018-01-091-0/+5
* year++Xinchen Hui2018-01-022-2/+2
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-061-1/+3
|\
| * Fix yet one data race in PCREAnatol Belski2017-12-061-1/+3
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-051-1/+1
|\ \ | |/
| * Fix use after free revealed by phpdbgAnatol Belski2017-12-051-1/+1
| * Fixed bug #75601 Thread race in PCRE JIT supportAnatol Belski2017-12-051-0/+18
* | Fixed bug #75601 Thread race in PCRE JIT supportAnatol Belski2017-12-051-0/+18
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-213-0/+36
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-213-0/+36
| |\
| | * Fixed #75539 and #74183 - preg_last_error not returning error code after errorNester2017-11-213-0/+36
* | | Fix UTF check in pcre_grepAnatol Belski2017-11-141-4/+4
* | | Fix uninitialized flag when JIT is disabledAnatol Belski2017-11-141-1/+1
* | | Fixed bug #75285i Broken build when system libpcre don't have jit supportRemi Collet2017-09-291-8/+16
* | | Revert --with-pcre-valgrind by default in debug buildAnatol Belski2017-09-291-11/+3
* | | 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-282-1/+16
| |\ \ | | |/
| | * Apply upstream patch for CVE-2016-1283Anatol Belski2017-09-282-1/+16
* | | Fixed bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after firs...Dmitry Stogov2017-08-182-7/+11
* | | fix default args for --with-pcre-valgrindAnatol Belski2017-07-131-4/+9
* | | Enable valgrind support for PCRE by default in debug buildsAnatol Belski2017-07-131-2/+5
* | | Upgrade bundled PCRE to 8.41Anatol Belski2017-07-1175-8824/+10889
* | | Fixed bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match()).Dmitry Stogov2017-07-072-0/+12
* | | Merge branch 'PHP-7.1'Stanislav Malyshev2017-07-041-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-07-041-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-041-1/+1
| | |\
| | | * Fix bug #74087Stanislav Malyshev2017-07-041-1/+1
| | | * Fixed bug #73174 - heap overflow in php_pcre_replace_implStanislav Malyshev2016-09-281-8/+14
| | | * Fix various int size overflows.Stanislav Malyshev2016-09-121-7/+7
| * | | 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
| | * | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | | | Avoid string duplication in preg_split()Dmitry Stogov2017-06-282-20/+24
* | | | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | | | Only compute callback name in error casesNikita Popov2017-06-251-6/+4
* | | | preg_replace() optimizationDmitry Stogov2017-06-072-247/+569
* | | | Avoid string reallocations in preg_quote()Dmitry Stogov2017-06-061-26/+73
* | | | PCRE_EXTRA_MARK is useful only for preg_replace_callbakc().Dmitry Stogov2017-06-021-5/+10
* | | | Added support for PCRE JIT fast path APIDmitry Stogov2017-06-021-10/+69
* | | | Avoid double copyingDmitry Stogov2017-05-311-16/+13
* | | | Don't allocate empty strings, use single interned string instead.Dmitry Stogov2017-05-301-17/+49
* | | | missing fix for testRemi Collet2017-05-291-6/+6
* | | | add PREG_UNMATCHED_AS_NULL flag to allow distinguish between unmatched subpat...Nicolas Grekas2017-05-298-69/+77
* | | | Don't separate output argumentsDmitry Stogov2017-05-231-5/+5
* | | | 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