Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix region leak in mb_ereg_replace | Nikita Popov | 2019-06-25 | 1 | -1/+1 |
* | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -1/+3 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-04-11 | 1 | -1/+1 |
|\ | |||||
| * | Avoid onig match param unused variable warning | Nikita Popov | 2019-04-11 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2019-04-01 | 1 | -5/+41 |
|\ \ | |/ | |||||
| * | Merge branch 'mb-limit-73' into PHP-7.3 | Stanislav Malyshev | 2019-04-01 | 1 | -5/+41 |
| |\ | |||||
| | * | Add fallbacks for older oniguruma versions | Stanislav Malyshev | 2019-03-30 | 1 | -1/+13 |
| | * | Implement RF bug #72777 - ensure stack limits on mbstring functions. | Yasuo Ohgaki | 2019-03-28 | 1 | -5/+29 |
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2019-03-28 | 1 | -3/+17 |
| |\ \ | | |/ | |/| | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-03-28 | 1 | -3/+17 |
| | |\ | |||||
| | | * | Validate subject encoding in mb_split and mb_ereg_match | Nikita Popov | 2019-03-27 | 1 | -0/+10 |
| | | * | Validate pattern against mbregex encoding | Nikita Popov | 2019-03-27 | 1 | -3/+7 |
| | | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -1/+1 |
| | * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -1/+1 |
* | | | | Add MB_ONIGURUMA_VERSION and use it in a version dependent test | Nikita Popov | 2019-02-11 | 1 | -0/+6 |
* | | | | Unbundle oniguruma | Nikita Popov | 2019-02-11 | 1 | -7/+0 |
* | | | | Validate subject encoding in mb_split and mb_ereg_match | Nikita Popov | 2019-02-11 | 1 | -0/+10 |
* | | | | Validate pattern against mbregex encoding | Nikita Popov | 2019-02-11 | 1 | -3/+7 |
* | | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | | | | Deprecate mb_ereg_replace with non-string pattern | Nikita Popov | 2019-02-01 | 1 | -0/+4 |
* | | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.3' | Nikita Popov | 2019-01-24 | 1 | -2/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixed bug #77514 | Nikita Popov | 2019-01-24 | 1 | -2/+1 |
* | | | | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -3/+5 |
|/ / / | |||||
* | | | Fixed bug #77428 | Nikita Popov | 2019-01-08 | 1 | -1/+3 |
* | | | Fix #77367: Negative size parameter in mb_split | Christoph M. Becker | 2019-01-06 | 1 | -3/+2 |
* | | | Fix typos in code comments | Peter Kokot | 2018-07-25 | 1 | -1/+1 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -3/+0 |
* | | | Add UPGRADING for mb_ereg changes | Nikita Popov | 2018-07-07 | 1 | -20/+14 |
* | | | adds support for named subpatterns to `mb_ereg_replace` | ju1ius | 2018-07-06 | 1 | -30/+135 |
* | | | adds support for named captures to mb_ereg & mb_ereg_search | ju1ius | 2018-07-06 | 1 | -0/+67 |
* | | | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref... | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
* | | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -2/+2 |
* | | | Remove code duplication | Nikita Popov | 2018-06-20 | 1 | -12/+8 |
* | | | Rework datatypes wrt warnings | Anatol Belski | 2018-03-20 | 1 | -13/+15 |
* | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-03-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-03-20 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix #76113: mbstring does not build with Oniguruma 6.8.1 | Christoph M. Becker | 2018-03-20 | 1 | -1/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -1/+1 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -3/+3 |
* | | | Use Zend MM heap | Dmitry Stogov | 2017-11-01 | 1 | -4/+4 |
|/ / | |||||
* | | Remove more unnecessary checks on Zend's allocator functions | Thomas Punt | 2017-03-16 | 1 | -3/+0 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
|/ | |||||
* | Fixed bug #73646 (mb_ereg_search_init null pointer dereference) | Xinchen Hui | 2016-12-09 | 1 | -6/+6 |
* | Fixed bug #73532 (Null pointer dereference in mb_eregi) | Xinchen Hui | 2016-11-16 | 1 | -2/+4 |
* | Fix #72711: `mb_ereg` does not clear the `$regs` parameter on failure | ju1ius | 2016-08-05 | 1 | -2/+5 |