summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Fix #72711: `mb_ereg` does not clear the `$regs` parameter on failureju1ius2016-08-056-50/+100
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-302-1/+13
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-302-1/+13
| |\
| | * fixes bad address given to onig_error_code_to_strju1ius2016-07-302-1/+13
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-283-5/+26
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-282-1/+22
| |\ \ | | |/
| | * Fix #72694: mb_ereg_search_setpos does not accept a string's last positionChristoph M. Becker2016-07-282-1/+22
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-283-5/+46
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-283-5/+46
| |\ \ | | |/
| | * Fix #72693: mb_ereg_search increments search position when a match zero-widthChristoph M. Becker2016-07-283-5/+46
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-282-3/+48
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-282-3/+48
| |\ \ | | |/
| | * Fix #72691: mb_ereg_search raises a warning if a match zero-widthChristoph M. Becker2016-07-282-3/+48
* | | add testMasaki Kagaya2016-07-171-0/+21
* | | check the encoding of argument for mb_ereg, mb_ereg_replace, mb_ereg_search_initMasaki Kagaya2016-07-171-3/+29
* | | add php_mb_check_encodingMasaki Kagaya2016-07-172-20/+37
* | | Implement RFC "Deprecate mb_ereg_replace eval option"Christoph M. Becker2016-07-113-1/+7
* | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-052-5/+15
|\ \ \
| * | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-2/+4
| * | | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-1026-1734/+2849
| |\ \ \
| * | | | Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-051-1/+3
| * | | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-052-5/+14
* | | | | Fixed compilation warningsDmitry Stogov2016-06-222-6/+7
* | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | | | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-06-212-1/+17
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'PHP-7.0.8' into PHP-7.0Stanislav Malyshev2016-06-212-1/+17
| |\ \ \ \
| | * \ \ \ Merge branch 'PHP-5.6.23' into PHP-7.0.8Stanislav Malyshev2016-06-212-1/+17
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-212-33/+49
| | | |\ \ \
| | | | * | | Fix bug #72402: _php_mb_regex_ereg_replace_exec - double freeStanislav Malyshev2016-06-182-33/+49
* | | | | | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-0/+2
* | | | | | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-151-1/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fixed(attempt to) bug #72405 (mb_ereg_replace - mbc_to_code (oniguruma) - oob...Xinchen Hui2016-06-151-1/+3
* | | | | | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-132-1/+15
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Fixed bug #72399 (Use-After-Free in MBString (search_re))Xinchen Hui2016-06-132-1/+15
| |/ / / /
* | | | | Merge branch 'PHP-7.0'Anatol Belski2016-06-061-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-06-061-0/+2
| |\ \ \ \ | | |/ / /
| | * | | missing returnAnatol Belski2016-06-061-0/+2
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-281-17/+17
| | |\ \ \ | | | |/ /
| | * | | Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if ...Yasuo Ohgaki2016-01-181-1/+1
* | | | | Forbid dynamic calls to scope introspection functionsNikita Popov2016-05-241-1/+6
* | | | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-052-6/+26
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace)Xinchen Hui2016-05-052-6/+26
* | | | | Added missing zend_parse_parameters_none() to mb_list_encodings()Kalle Sommer Nielsen2016-04-031-0/+4
* | | | | Merge branch 'PHP-7.0'Anatol Belski2016-03-291-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.5' into PHP-7.0.5Stanislav Malyshev2016-03-281-4/+4
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcutStanislav Malyshev2016-03-281-17/+17
| | * | | added missing parenthesesMasaki Kagaya2015-03-082-1/+13
| | * | | Bump yearXinchen Hui2015-01-157-7/+7
* | | | | mb_strpos()/mb_stripos(): Add support for negative offsetFrancois Laupretre2016-03-098-153/+264
* | | | | mb_ereg_search_setpos(): Add support for negative positionFrancois Laupretre2016-03-092-0/+75