summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-301-1/+1
|\
| * fixes bad address given to onig_error_code_to_strju1ius2016-07-301-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-281-1/+1
|\ \ | |/
| * Fix #72694: mb_ereg_search_setpos does not accept a string's last positionChristoph M. Becker2016-07-281-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-281-1/+1
|\ \ | |/
| * Fix #72693: mb_ereg_search increments search position when a match zero-widthChristoph M. Becker2016-07-281-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-281-3/+0
|\ \ | |/
| * Fix #72691: mb_ereg_search raises a warning if a match zero-widthChristoph M. Becker2016-07-281-3/+0
* | Merge branch 'PHP-7.0.8' into PHP-7.0Stanislav Malyshev2016-06-211-1/+0
|\ \
| * \ Merge branch 'PHP-5.6.23' into PHP-7.0.8Stanislav Malyshev2016-06-211-1/+0
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-211-33/+32
| | |\
| | | * Fix bug #72402: _php_mb_regex_ereg_replace_exec - double freeStanislav Malyshev2016-06-181-33/+32
| | | * Bump yearXinchen Hui2015-01-151-1/+1
| | | * Bump yearXinchen Hui2014-01-031-1/+1
* | | | Fixed(attempt to) bug #72405 (mb_ereg_replace - mbc_to_code (oniguruma) - oob...Xinchen Hui2016-06-151-1/+3
* | | | Fixed bug #72399 (Use-After-Free in MBString (search_re))Xinchen Hui2016-06-131-1/+5
|/ / /
* | | Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace)Xinchen Hui2016-05-051-6/+12
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Fix/improve zpp usageNikita Popov2015-10-021-12/+8
* | | Various warning fixesNikita Popov2015-07-171-3/+3
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | | Fixed valgrind issue in mb_ereg_replace_variation1.phptXinchen Hui2015-01-291-1/+3
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-28/+28
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-48/+48
* | | Review a few more SEPARATE_ZVAL_IF_NOT_REF usagesNikita Popov2014-10-091-2/+1
* | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | simplify conditionAnatol Belski2014-09-191-1/+1
* | | fix empty string checkAnatol Belski2014-09-191-1/+1
* | | redo the fix casting to size_t where applicableAnatol Belski2014-09-161-1/+1
* | | fix signed/unsigned mismatch warningsAnatol Belski2014-09-161-2/+2
* | | 's' works with size_t round 3Anatol Belski2014-08-271-2/+2
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-12/+12
* | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | | master renames phase 1Anatol Belski2014-08-251-17/+17
* | | ported ext/mbstringAnatol Belski2014-08-191-4/+4
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-15/+15
* | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-2/+1
* | | Merge branch 'master' into phpngDmitry Stogov2014-05-131-2/+2
|\ \ \ | |/ /
| * | Fixed bug #67199 mb_regex_encoding mishmashYasuo Ohgaki2014-05-121-2/+2
* | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-5/+5
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-7/+7
* | | Fixed NULL pointer dereferencingDmitry Stogov2014-04-091-1/+3
* | | Refactor mbstring (incompleted)Xinchen Hui2014-03-241-3/+7
* | | Refactor mbstring (incompleted)Xinchen Hui2014-03-231-61/+55
* | | Refactor mbstring (incompleted)Xinchen Hui2014-03-231-5/+5
|/ /