summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
* Mark conditions unexpectedAnatol Belski2018-07-111-2/+2
* Reduce error buffer sizeAnatol Belski2018-07-051-1/+1
* Check return value of pcre2_maketables()Anatol Belski2018-06-291-0/+7
* Remove obsolete version checks in testsAnatol Belski2018-06-223-14/+0
* If there's no setlocale, char tables are not usedAnatol Belski2018-06-221-0/+2
* Don't discard char tables just generatedAnatol Belski2018-06-221-10/+1
* Improve locale character tables handling and reduce pattern cache sizeAnatol Belski2018-06-221-15/+26
* Fixed bug #76514 Regression in preg_match makes it fail with PREG_JIT_STACKLI...Anatol Belski2018-06-222-1/+543
* Fix line endings in new PHPTChristoph M. Becker2018-06-221-10/+10
* Fix #76512: \w no longer includes unicode charactersChristoph M. Becker2018-06-213-18/+14
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-23/+23
* Switch to more robust config for external pcre2Anatol Belski2018-04-261-43/+29
* Fix regexAnatol Belski2018-04-251-2/+2
* Revamp pcre config for build with external libAnatol Belski2018-04-251-13/+31
* Fix lib names for build with external libpcre2Anatol Belski2018-04-241-2/+2
* remove support for string|unicode in testsGabriel Caruso2018-02-221-4/+4
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2018-18/+18
* Reduce var scopeAnatol Belski2018-02-171-1/+2
* Upgrade bundled PCRE2 to 10.31Anatol Belski2018-02-1439-3173/+4890
* Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-1/+1
* Use int instead of integer in type errorsGabriel Caruso2018-02-043-8/+8
* Use %d when expecting line number in testsGabriel Caruso2018-02-021-1/+1
* Trailing whitespaces on ext/*Gabriel Caruso2018-01-041-1/+1
* Trailing whitespacesGabriel Caruso2018-01-036-13/+13
* year++Xinchen Hui2018-01-022-2/+2
* Use zend_hash_find() instead of zend_hash_find_ptr() to avoid double checkDmitry Stogov2017-12-271-8/+6
* Fixed bug #75355: preg_quote() does not quote # control characterMichael Moravec2017-12-162-0/+17
* Merge branch 'PHP-7.2'Anatol Belski2017-12-051-1/+1
|\
| * 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
* | | Fixed bug #75601 Thread race in PCRE JIT supportAnatol Belski2017-12-051-0/+19
* | | Fix testAnatol Belski2017-11-211-2/+1
* | | Fix macro nameAnatol Belski2017-11-211-8/+8
* | | Merge branch 'PHP-7.2'Anatol Belski2017-11-213-0/+36
|\ \ \ | |/ /
| * | 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
* | | | seemingly a tiny typo error in pcre module.David Carlier2017-11-211-1/+1
* | | | Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* | | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2017-11-162-1/+20
|\ \ \ \
| * | | | Fix (*NO_JIT) usage when JIT is enabledAnatol Belski2017-11-162-1/+20
* | | | | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-11/+19
|/ / / /
* | | | Add missing ifdefAnatol Belski2017-11-151-0/+2
* | | | Initialize jit globalAnatol Belski2017-11-141-0/+1
* | | | Fix wrong returnAnatol Belski2017-11-141-1/+1
* | | | Use already available pattern length, fix signedness warningsAnatol Belski2017-11-141-12/+14
* | | | Add skipif as this test became only valid with JIT compiled inAnatol Belski2017-11-141-0/+2
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-11-141-4/+4
|\ \ \ \ | |/ / /