Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | 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 |
| | | | | | | | | | | | | The ext/interbase changes are done blindly, fingers crossed. Some of these are bug fixes, some make zpp usage more idiomatic. | ||||
* | | Various warning fixes | Nikita Popov | 2015-07-17 | 1 | -3/+3 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -4/+4 |
| | | | | | | | | semantick changes). | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h. | ||||
* | | 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 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (41 commits) fix test - output can be chunked fix test fix test Fixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6 Add bug fix to NEWS Update UPGRADING according to bug fix fix test improve CURL tests to allow testing without separate server improve CURL tests to allow testing without separate server Fixed bug #67199 mb_regex_encoding mishmash Fix bug #67248 (imageaffinematrixget missing check of parameters) Fix bug #67247 spl_fixedarray_resize integer overflow fix news add tests stuff to README Updated NEWS Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245) Linux apparently does not like memcpy in overlapping regions... - Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org) - Move checking - Fixed missing NULL check in SimpleXMLElement::xpath() - Fixed missing NULL check ... Conflicts: ext/bz2/bz2.c ext/gd/gd.c ext/mbstring/php_mbregex.c ext/session/tests/031.phpt ext/simplexml/simplexml.c ext/spl/spl_fixedarray.c | ||||
| * | 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 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | 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 |
| | | | | | Need hirokawa to review this. | ||||
* | 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 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Properly initialize/finalize the library. This plugs the leaks caused by | Moriyoshi Koizumi | 2008-09-13 | 1 | -0/+2 |
| | | | | | onig_new(). | ||||
* | - MFH: Fix warnings | Moriyoshi Koizumi | 2008-07-25 | 1 | -3/+3 |
| | |||||
* | - Remove duplicated lines. | Moriyoshi Koizumi | 2008-07-22 | 1 | -4/+0 |
| |