Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-11-22 | 1 | -1/+5 |
|\ | |||||
| * | Fix #78853: preg_match() may return integer > 1 | Christoph M. Becker | 2019-11-22 | 1 | -1/+5 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-11-07 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Fix php_pcre_mutex_free() | Nikita Popov | 2019-11-07 | 1 | -2/+4 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-08 | 1 | -2/+10 |
|\ \ | |/ | |||||
| * | 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 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-04 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Improve diagnostic on PCRE JIT mmap failure | Nikita Popov | 2019-10-04 | 1 | -0/+6 |
* | | | Mark PCRE locale key as local persistent | Nikita Popov | 2019-08-13 | 1 | -0/+1 |
* | | | Split destructor | Dmitry Stogov | 2019-07-04 | 1 | -2/+11 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-06-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Add specialized pair construction API | Nikita Popov | 2019-06-11 | 1 | -20/+13 |
* | | | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -0/+5 |
* | | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ... | Dmitry Stogov | 2019-04-24 | 1 | -3/+3 |
* | | | Remove checks for locale.h, setlocale, localeconv | Peter Kokot | 2019-04-07 | 1 | -35/+1 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-03-31 | 1 | -0/+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 |
* | | | | Make PCRE cache per-request on CLI | Nikita Popov | 2019-03-26 | 1 | -16/+29 |
* | | | | Remove HAVE_PCRE/HAVE_BUNDLED_PCRE checks | Nikita Popov | 2019-03-22 | 1 | -4/+0 |
* | | | | Try to create interned strings in preg_split as well | Nikita Popov | 2019-03-21 | 1 | -16/+12 |
* | | | | Cleanup add_offset_pair API | Nikita Popov | 2019-03-21 | 1 | -61/+64 |
* | | | | Fix bug #73948 | Nikita Popov | 2019-03-21 | 1 | -6/+32 |
* | | | | Respect OFFSET_CAPTURE when padding preg_match_all() results | Nikita Popov | 2019-03-19 | 1 | -1/+5 |
* | | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-03-19 | 1 | -1/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixed bug #76127 | Nikita Popov | 2019-03-19 | 1 | -1/+7 |
* | | | | Don't create a new array for empty/null match every time | Nikita Popov | 2019-03-19 | 1 | -19/+59 |
* | | | | Revert unintended change | Nikita Popov | 2019-03-19 | 1 | -1/+0 |
* | | | | Use zend_string for subpat_names table | Nikita Popov | 2019-03-19 | 1 | -24/+35 |
* | | | | Avoid copying subpat twice if named subpats are used | Nikita Popov | 2019-03-19 | 1 | -30/+23 |
* | | | | Fix #77094: Add flags support for pcre_replace_callback(_array) | Nikita Popov | 2019-03-19 | 1 | -161/+99 |
* | | | | Fixed bug #72685 | Nikita Popov | 2019-03-18 | 1 | -2/+7 |
* | | | | Accept zend_string* instead of char* in php_pcre_match_impl() | Nikita Popov | 2019-03-18 | 1 | -2/+5 |
* | | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -12/+11 |
* | | | | Use ZEND_PARSE_PARAMETERS_NONE in pcre | Nikita Popov | 2019-01-02 | 1 | -2/+1 |
* | | | | Remove preg_options param from pcre_get_compiled_regex() | Nikita Popov | 2018-12-26 | 1 | -5/+2 |
|/ / / | |||||
* | | | 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 |