Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6.23' into PHP-7.0.8 | Stanislav Malyshev | 2016-06-21 | 1 | -1/+0 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6.23 | Stanislav Malyshev | 2016-06-21 | 1 | -33/+32 |
| |\ | |||||
| | * | Fix bug #72402: _php_mb_regex_ereg_replace_exec - double free | Stanislav Malyshev | 2016-06-18 | 1 | -33/+32 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace) | Xinchen Hui | 2016-05-05 | 1 | -6/+12 |
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Fix/improve zpp usage | Nikita Popov | 2015-10-02 | 1 | -12/+8 |
* | | | Various warning fixes | Nikita Popov | 2015-07-17 | 1 | -3/+3 |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -4/+4 |
* | | | Fixed valgrind issue in mb_ereg_replace_variation1.phpt | Xinchen Hui | 2015-01-29 | 1 | -1/+3 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -28/+28 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -48/+48 |
* | | | Review a few more SEPARATE_ZVAL_IF_NOT_REF usages | Nikita Popov | 2014-10-09 | 1 | -2/+1 |
* | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | simplify condition | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
* | | | fix empty string check | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
* | | | redo the fix casting to size_t where applicable | Anatol Belski | 2014-09-16 | 1 | -1/+1 |
* | | | fix signed/unsigned mismatch warnings | Anatol Belski | 2014-09-16 | 1 | -2/+2 |
* | | | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -12/+12 |
* | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -17/+17 |
* | | | ported ext/mbstring | Anatol Belski | 2014-08-19 | 1 | -4/+4 |
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -15/+15 |
* | | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -2/+1 |
* | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-13 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #67199 mb_regex_encoding mishmash | Yasuo Ohgaki | 2014-05-12 | 1 | -2/+2 |
* | | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -5/+5 |
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -7/+7 |
* | | | Fixed NULL pointer dereferencing | Dmitry Stogov | 2014-04-09 | 1 | -1/+3 |
* | | | Refactor mbstring (incompleted) | Xinchen Hui | 2014-03-24 | 1 | -3/+7 |
* | | | Refactor mbstring (incompleted) | Xinchen Hui | 2014-03-23 | 1 | -61/+55 |
* | | | Refactor mbstring (incompleted) | Xinchen Hui | 2014-03-23 | 1 | -5/+5 |
|/ / | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
* | mb_split() can now handle empty matches like preg_split() does. | Moriyoshi Koizumi | 2013-02-10 | 1 | -23/+22 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Fix the fix (thanks Chris Jones!) | Felipe Pena | 2011-11-22 | 1 | -1/+1 |
* | - Fixed possible crash in mb_ereg_search_init() using empty pattern | Felipe Pena | 2011-11-21 | 1 | -2/+7 |
* | Fix #55819 crash on mb_ereg_replace_callback | Xinchen Hui | 2011-10-07 | 1 | -25/+23 |
* | fixed seg faults for mb_ereg_replace_callback. | Rui Hirokawa | 2011-09-25 | 1 | -20/+22 |
* | added mb_ereg_replace_callback(). | Rui Hirokawa | 2011-09-25 | 1 | -9/+74 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Reduced overhead of ext/mbstring initialization | Dmitry Stogov | 2010-07-05 | 1 | -1/+1 |