summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
Commit message (Expand)AuthorAgeFilesLines
* 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 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
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* mb_split() can now handle empty matches like preg_split() does.Moriyoshi Koizumi2013-02-101-23/+22
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fix the fix (thanks Chris Jones!)Felipe Pena2011-11-221-1/+1
* - Fixed possible crash in mb_ereg_search_init() using empty patternFelipe Pena2011-11-211-2/+7
* Fix #55819 crash on mb_ereg_replace_callbackXinchen Hui2011-10-071-25/+23
* fixed seg faults for mb_ereg_replace_callback.Rui Hirokawa2011-09-251-20/+22
* added mb_ereg_replace_callback().Rui Hirokawa2011-09-251-9/+74
* - Year++Felipe Pena2011-01-011-1/+1
* Reduced overhead of ext/mbstring initializationDmitry Stogov2010-07-051-1/+1