Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #79188 | Nikita Popov | 2020-02-05 | 1 | -18/+16 |
* | Fix #78853: preg_match() may return integer > 1 | Christoph M. Becker | 2019-11-22 | 1 | -1/+5 |
* | Fix php_pcre_mutex_free() | Nikita Popov | 2019-11-07 | 1 | -2/+4 |
* | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-10-08 | 1 | -2/+10 |
|\ | |||||
| * | Add pcre_get_compiled_regex_cache_ex() with local_aware flag | Sergei Turchanov | 2019-10-08 | 1 | -2/+10 |
* | | Improve diagnostic on PCRE JIT mmap failure | Nikita Popov | 2019-10-04 | 1 | -0/+6 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-06-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Accept null for preg_quote delimiter argument | Nikita Popov | 2019-06-17 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-03-31 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Fix #77827: preg_match does not ignore \r in regex flags | Christoph M. Becker | 2019-03-31 | 1 | -0/+1 |
| * | Fixed possible incorrect "mark" usage | Dmitry Stogov | 2018-01-09 | 1 | -0/+5 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-12-06 | 1 | -1/+3 |
| |\ | |||||
| | * | Fix yet one data race in PCRE | Anatol Belski | 2017-12-06 | 1 | -1/+3 |
* | | | Fixed bug #76127 | Nikita Popov | 2019-03-19 | 1 | -1/+7 |
* | | | Fixed bug #77338 | Nikita Popov | 2018-12-26 | 1 | -2/+2 |
* | | | Fixed bug #77193 Infinite loop in preg_replace_callback | Anatol Belski | 2018-12-01 | 1 | -8/+14 |
* | | | Make a copy unconditionally | Anatol Belski | 2018-09-09 | 1 | -1/+1 |
* | | | Fix memory leak in pcre cache | Anatol Belski | 2018-09-09 | 1 | -2/+7 |
* | | | Fixed bug #76850 Exit code mangled by set locale/preg_match | Anatol Belski | 2018-09-08 | 1 | -1/+4 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | | Removed redundand code | Dmitry Stogov | 2018-07-19 | 1 | -21/+0 |
* | | | Matching loops optimization | Dmitry Stogov | 2018-07-19 | 1 | -156/+233 |
* | | | Micro optimizations | Dmitry Stogov | 2018-07-19 | 1 | -28/+36 |
* | | | Reorder conditions | Dmitry Stogov | 2018-07-18 | 1 | -44/+66 |
* | | | Move "/e" modifier check into regex compiler | Dmitry Stogov | 2018-07-18 | 1 | -10/+12 |
* | | | Merge "no_utf_check" and "g_notempty" into single "options". | Dmitry Stogov | 2018-07-18 | 1 | -65/+52 |
* | | | Mark conditions unexpected | Anatol Belski | 2018-07-11 | 1 | -2/+2 |
* | | | Reduce error buffer size | Anatol Belski | 2018-07-05 | 1 | -1/+1 |
* | | | Check return value of pcre2_maketables() | Anatol Belski | 2018-06-29 | 1 | -0/+7 |
* | | | If there's no setlocale, char tables are not used | Anatol Belski | 2018-06-22 | 1 | -0/+2 |
* | | | Don't discard char tables just generated | Anatol Belski | 2018-06-22 | 1 | -10/+1 |
* | | | Improve locale character tables handling and reduce pattern cache size | Anatol Belski | 2018-06-22 | 1 | -15/+26 |
* | | | Fixed bug #76514 Regression in preg_match makes it fail with PREG_JIT_STACKLI... | Anatol Belski | 2018-06-22 | 1 | -1/+1 |
* | | | Fix #76512: \w no longer includes unicode characters | Christoph M. Becker | 2018-06-21 | 1 | -2/+2 |
* | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -23/+23 |
* | | | Reduce var scope | Anatol Belski | 2018-02-17 | 1 | -1/+2 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Use zend_hash_find() instead of zend_hash_find_ptr() to avoid double check | Dmitry Stogov | 2017-12-27 | 1 | -8/+6 |
* | | | Fixed bug #75355: preg_quote() does not quote # control character | Michael Moravec | 2017-12-16 | 1 | -0/+2 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2017-12-05 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-12-05 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix use after free revealed by phpdbg | Anatol Belski | 2017-12-05 | 1 | -1/+1 |
| | * | Fixed bug #75601 Thread race in PCRE JIT support | Anatol Belski | 2017-12-05 | 1 | -0/+18 |
| * | | Fixed bug #75601 Thread race in PCRE JIT support | Anatol Belski | 2017-12-05 | 1 | -0/+18 |
* | | | Fixed bug #75601 Thread race in PCRE JIT support | Anatol Belski | 2017-12-05 | 1 | -0/+19 |
* | | | Fix macro name | Anatol Belski | 2017-11-21 | 1 | -8/+8 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2017-11-21 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-11-21 | 1 | -0/+8 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-11-21 | 1 | -0/+8 |
| | |\ |