summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Fix typosMarkus Staab2019-07-215-5/+5
* | | | Split destructorDmitry Stogov2019-07-041-2/+11
* | | | Set up asan+ubsan scheduled build on azureNikita Popov2019-06-281-0/+4
* | | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-171-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-171-1/+1
| |\ \ \ | | |/ /
| | * | Accept null for preg_quote delimiter argumentNikita Popov2019-06-171-1/+1
* | | | Add specialized pair construction APINikita Popov2019-06-111-20/+13
* | | | Allow exceptions in __toString()Nikita Popov2019-06-053-6/+18
* | | | Enable pcre valgrind support only in DEBUG build (it affects performance)Dmitry Stogov2019-05-271-1/+4
* | | | Upgrade bundled PCRE2 to 10.33Anatol Belski2019-05-2534-4461/+7214
* | | | Use PKG_CHECK_MODULES to detect valgrind, and share build config with pcreHugh McMaster2019-05-251-29/+3
* | | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-5/+2
* | | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-3/+3
* | | | ext/pcre/config0.m4: add ac_cv_have_pcre2_jit variableArtem Panfilov2019-04-161-28/+30
* | | | Disable PACKAGE_* preprocessor symbolsPeter Kokot2019-04-132-10/+0
* | | | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-072-37/+1
* | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-312-0/+15
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-312-0/+15
| |\ \ \ | | |/ /
| | * | Fix #77827: preg_match does not ignore \r in regex flagsChristoph M. Becker2019-03-312-0/+15
* | | | Make PCRE cache per-request on CLINikita Popov2019-03-262-16/+30
* | | | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2019-03-221-0/+2
|\ \ \ \ | |/ / /
| * | | ensure pcre.jit=1 for this testRemi Collet2019-03-221-0/+2
* | | | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2019-03-221-0/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2019-03-221-0/+3
| |\ \ \ | | |/ /
| | * | 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
| | * | 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-131-27/+27