summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2019-06-281-0/+4
|\
| * Set up asan+ubsan scheduled build on azureNikita Popov2019-06-281-0/+4
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-171-1/+1
|\ \ | |/
| * 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
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-111-20/+13
|\ \ \ \ | |/ / /
| * | | Add specialized pair construction APINikita Popov2019-06-111-20/+13
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-053-6/+18
|\ \ \ \ | |/ / /
| * | | Allow exceptions in __toString()Nikita Popov2019-06-053-6/+18
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-271-1/+4
|\ \ \ \ | |/ / /
| * | | Enable pcre valgrind support only in DEBUG build (it affects performance)Dmitry Stogov2019-05-271-1/+4
* | | | Merge branch 'PHP-7.4'Anatol Belski2019-05-2534-4461/+7214
|\ \ \ \ | |/ / /
| * | | Upgrade bundled PCRE2 to 10.33Anatol Belski2019-05-2534-4461/+7214
* | | | Merge branch 'PHP-7.4'Joe Watkins2019-05-251-29/+3
|\ \ \ \ | |/ / /
| * | | Use PKG_CHECK_MODULES to detect valgrind, and share build config with pcreHugh McMaster2019-05-251-29/+3
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-5/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-3/+3
|\ \ \ \
| * | | | Use ZEND_TRA_ASSIGN_REF_... macros for by reference arguments of internal fun...Dmitry Stogov2019-04-241-3/+3
| |/ / /
* | | | Remove HAVE_PCRE, as ext/pcre is always availableKalle Sommer Nielsen2019-04-192-2/+0
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-04-161-28/+30
|\ \ \ \ | |/ / /
| * | | ext/pcre/config0.m4: add ac_cv_have_pcre2_jit variableArtem Panfilov2019-04-161-28/+30
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-04-132-10/+0
|\ \ \ \ | |/ / /
| * | | Disable PACKAGE_* preprocessor symbolsPeter Kokot2019-04-132-10/+0
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-04-072-37/+1
|\ \ \ \ | |/ / /
| * | | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-072-37/+1
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-03-312-0/+15
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-262-16/+30
|\ \ \ \ | |/ / /
| * | | Make PCRE cache per-request on CLINikita Popov2019-03-262-16/+30
* | | | Merge branch 'PHP-7.4'Remi Collet2019-03-221-0/+2
|\ \ \ \ | |/ / /
| * | | 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.4'Remi Collet2019-03-221-0/+3
|\ \ \ \ | |/ / /
| * | | 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
| | | * 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