summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
Commit message (Expand)AuthorAgeFilesLines
* Fix region leak in mb_ereg_replaceNikita Popov2019-06-251-1/+1
* Allow exceptions in __toString()Nikita Popov2019-06-051-1/+3
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-111-1/+1
|\
| * Avoid onig match param unused variable warningNikita Popov2019-04-111-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-04-011-5/+41
|\ \ | |/
| * Merge branch 'mb-limit-73' into PHP-7.3Stanislav Malyshev2019-04-011-5/+41
| |\
| | * Add fallbacks for older oniguruma versionsStanislav Malyshev2019-03-301-1/+13
| | * Implement RF bug #72777 - ensure stack limits on mbstring functions.Yasuo Ohgaki2019-03-281-5/+29
| * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-281-3/+17
| |\ \ | | |/ | |/|
| | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-281-3/+17
| | |\
| | | * Validate subject encoding in mb_split and mb_ereg_matchNikita Popov2019-03-271-0/+10
| | | * Validate pattern against mbregex encodingNikita Popov2019-03-271-3/+7
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | | Add MB_ONIGURUMA_VERSION and use it in a version dependent testNikita Popov2019-02-111-0/+6
* | | | Unbundle onigurumaNikita Popov2019-02-111-7/+0
* | | | Validate subject encoding in mb_split and mb_ereg_matchNikita Popov2019-02-111-0/+10
* | | | Validate pattern against mbregex encodingNikita Popov2019-02-111-3/+7
* | | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | | Deprecate mb_ereg_replace with non-string patternNikita Popov2019-02-011-0/+4
* | | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | | Merge branch 'PHP-7.3'Nikita Popov2019-01-241-2/+1
|\ \ \ \ | |/ / /
| * | | Fixed bug #77514Nikita Popov2019-01-241-2/+1
* | | | Implement typed propertiesNikita Popov2019-01-111-3/+5
|/ / /
* | | Fixed bug #77428Nikita Popov2019-01-081-1/+3
* | | Fix #77367: Negative size parameter in mb_splitChristoph M. Becker2019-01-061-3/+2
* | | Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-251-3/+0
* | | Add UPGRADING for mb_ereg changesNikita Popov2018-07-071-20/+14
* | | adds support for named subpatterns to `mb_ereg_replace`ju1ius2018-07-061-30/+135
* | | adds support for named captures to mb_ereg & mb_ereg_searchju1ius2018-07-061-0/+67
* | | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-1/+1
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | | Remove code duplicationNikita Popov2018-06-201-12/+8
* | | Rework datatypes wrt warningsAnatol Belski2018-03-201-13/+15
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-03-201-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-201-1/+1
| |\ \ | | |/
| | * Fix #76113: mbstring does not build with Oniguruma 6.8.1Christoph M. Becker2018-03-201-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-3/+3
* | | Use Zend MM heapDmitry Stogov2017-11-011-4/+4
|/ /
* | Remove more unnecessary checks on Zend's allocator functionsThomas Punt2017-03-161-3/+0
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/
* Fixed bug #73646 (mb_ereg_search_init null pointer dereference)Xinchen Hui2016-12-091-6/+6
* Fixed bug #73532 (Null pointer dereference in mb_eregi)Xinchen Hui2016-11-161-2/+4
* Fix #72711: `mb_ereg` does not clear the `$regs` parameter on failureju1ius2016-08-051-2/+5