Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | MFH mb_ereg_replace_callback() for security enhancements. | Rui Hirokawa | 2012-03-02 | 1 | -28/+93 |
| | |||||
* | - 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 |
| | |||||
* | revert the previous patch. | Rui Hirokawa | 2011-09-25 | 1 | -74/+9 |
| | |||||
* | MFH: 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. | ||||
* | - Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi) | Moriyoshi Koizumi | 2004-02-28 | 1 | -128/+229 |
| | | | | | | | | . Supports various encodings such as BIG5, GB2312 and ISO-8859-* . Fixes bug #26677 (mbstring compile errors with IRIX) . Many thanks to K.Kosako. - Remove redundant files that are not relevant to the build. | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Fix php_regex_encoding() so it can handle two additional encoding names | Moriyoshi Koizumi | 2003-10-02 | 1 | -2/+4 |
| | | | | | mbfilter supports by default. | ||||
* | Repatch fixes for the problem that was reported at php-dev@php.gr.jp (#884) | Moriyoshi Koizumi | 2003-09-26 | 1 | -7/+8 |
| | |||||
* | Remove useless mutex code due to the switch to oniguruma. | Moriyoshi Koizumi | 2003-09-23 | 1 | -12/+0 |
| | |||||
* | fixed wrong string length in mbregex. | Rui Hirokawa | 2003-09-23 | 1 | -2/+6 |
| | |||||
* | fixed win32-build and update e-mail address in mbstring. | Rui Hirokawa | 2003-09-23 | 1 | -1/+10 |
| | |||||
* | @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence ↵ | Rui Hirokawa | 2003-08-23 | 1 | -361/+311 |
| | | | | problem. mbregex is changed to oniguruma. | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-05-01 | 1 | -1/+1 |
| | |||||
* | Fixed segfault in mb_ereg_match() | Moriyoshi Koizumi | 2003-04-03 | 1 | -6/+6 |
| | |||||
* | Fixed lots of crashes in mbregex. | Moriyoshi Koizumi | 2003-04-03 | 1 | -12/+26 |
| | | | | | # most of them were caused by stupid mistakes | ||||
* | oops | Moriyoshi Koizumi | 2003-04-01 | 1 | -1/+1 |
| |