summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Removed redundand codeDmitry Stogov2018-07-191-21/+0
* Matching loops optimizationDmitry Stogov2018-07-191-156/+233
* Micro optimizationsDmitry Stogov2018-07-191-28/+36
* Reorder conditionsDmitry Stogov2018-07-181-44/+66
* Move "/e" modifier check into regex compilerDmitry Stogov2018-07-181-10/+12
* Merge "no_utf_check" and "g_notempty" into single "options".Dmitry Stogov2018-07-181-65/+52
* 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
* 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-221-1/+1
* Fix #76512: \w no longer includes unicode charactersChristoph M. Becker2018-06-211-2/+2
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-23/+23
* Reduce var scopeAnatol Belski2018-02-171-1/+2
* year++Xinchen Hui2018-01-021-1/+1
* 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-161-0/+2
* 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 macro nameAnatol Belski2017-11-211-8/+8
* | | Merge branch 'PHP-7.2'Anatol Belski2017-11-211-0/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-211-0/+8
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-211-0/+8
| | |\
| | | * Fixed #75539 and #74183 - preg_last_error not returning error code after errorNester2017-11-211-0/+8
| | | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | | 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-161-1/+4
|\ \ \ \
| * | | | Fix (*NO_JIT) usage when JIT is enabledAnatol Belski2017-11-161-1/+4
* | | | | 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
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-11-141-4/+4
|\ \ \ \ | |/ / /
| * | | Fix UTF check in pcre_grepAnatol Belski2017-11-141-4/+4
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-11-141-1/+1
|\ \ \ \ | |/ / /
| * | | Fix uninitialized flag when JIT is disabledAnatol Belski2017-11-141-1/+1
* | | | Added PCRE_JIT_SUPPORT flagXinchen Hui2017-11-141-0/+6
* | | | Fix calculation as sync with 48cee6d1Anatol Belski2017-11-141-1/+1
* | | | Eliminated redundand codeDmitry Stogov2017-11-141-35/+35
* | | | We don't need to calculate size of offset array, because pcre2_match_data_cre...Dmitry Stogov2017-11-141-24/+18