Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
| | ||||||
* | - MFH: Removed dependencies from php_mbregex to oniguruma types | Moriyoshi Koizumi | 2008-07-17 | 1 | -101/+193 | |
| | ||||||
* | - MFH: Added a new configure option --with-onig=[DIR] that allows the extension | Moriyoshi Koizumi | 2008-07-16 | 1 | -1/+81 | |
| | | | | | | | to link to the external oniguruma library. - MFH: Prevent libmbfl files from being installed when --with-libmbfl is specified. | |||||
* | nuke unused variable | Jani Taskinen | 2008-07-11 | 1 | -1/+0 | |
| | ||||||
* | string length -> int | Antony Dovgal | 2008-07-01 | 1 | -3/+3 | |
| | ||||||
* | updated to the new parameter-parsing api | Alexey Zakhlestin | 2008-06-28 | 1 | -79/+59 | |
| | ||||||
* | fixed #43994 mb_ereg 'successfully' matching incorrectly. | Rui Hirokawa | 2008-02-16 | 1 | -0/+7 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH:- Fixed bug #31911 (mb_ereg*_replace() crashes when replacement string ↵ | Jani Taskinen | 2007-11-16 | 1 | -1/+6 | |
| | | | | | | | is invalid PHP expression and 'e' option is used) | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 | |
| | ||||||
* | MFH | Antony Dovgal | 2007-01-11 | 1 | -7/+7 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | MFH | Antony Dovgal | 2006-10-11 | 1 | -6/+5 | |
| | ||||||
* | MFH: fix segfault/leak, add test | Antony Dovgal | 2006-10-11 | 1 | -13/+7 | |
| | ||||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | oniguruma updated to 3.7.1 and changed UChar to OnigUChar. | Rui Hirokawa | 2005-03-19 | 1 | -25/+25 | |
| | ||||||
* | - Fix bug #30868 (evaluated pointer comparison in mbregex causes compile | Moriyoshi Koizumi | 2005-02-21 | 1 | -1/+1 | |
| | | | | | failure). | |||||
* | - Update libmbfl (fixes bug #30549 and #31911). | Moriyoshi Koizumi | 2005-02-20 | 1 | -0/+16 | |
| | | | | | - Update oniguruma to 3.7.0 | |||||
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow. |