Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Reverted the last patch; the problem is elsewhere.. | Moriyoshi Koizumi | 2003-04-01 | 1 | -3/+4 |
| | |||||
* | Fixed crash that occurs due to an abused persistent hashtable. | Moriyoshi Koizumi | 2003-04-01 | 1 | -3/+2 |
| | | | | | # thanks Sascha again. | ||||
* | 64bit long fix: patch by Dave Hill | Moriyoshi Koizumi | 2003-03-04 | 1 | -3/+2 |
| | |||||
* | Really fixed the mb issue of mb_ereg_replace() | Moriyoshi Koizumi | 2003-01-23 | 1 | -1/+1 |
| | | | | | # my previous patch is somewhat wrong | ||||
* | Fixed a mb_ereg_replace() bug; the function was not completely multibyte-safe. | Moriyoshi Koizumi | 2003-01-23 | 1 | -4/+16 |
| | |||||
* | Oops! wrong patch. Reverted. | Moriyoshi Koizumi | 2003-01-21 | 1 | -2/+2 |
| | |||||
* | Fixed mb_ereg_replace() bug (the function has ignored the default option) | Moriyoshi Koizumi | 2003-01-21 | 1 | -2/+2 |
| | |||||
* | Fixed mb_ereg_search() segfault that occurs when the function is called | Moriyoshi Koizumi | 2003-01-21 | 1 | -1/+1 |
| | | | | | before a string to be searched is passed by mb_ereg_search_init() | ||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -37/+24 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Reverted the changes because the problem was elsewhere. | Moriyoshi Koizumi | 2002-12-02 | 1 | -2/+2 |
| | |||||
* | Fixing build on WIn32 | Frank M. Kromann | 2002-12-02 | 1 | -2/+2 |
| | | | | | MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32 | ||||
* | Renamed several internal functions for consistency | Moriyoshi Koizumi | 2002-11-25 | 1 | -4/+4 |
| | |||||
* | Updated license information headers | Moriyoshi Koizumi | 2002-11-23 | 1 | -1/+1 |
| | |||||
* | Fix build | Moriyoshi Koizumi | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | Moved some mbregex related portions from mbstring.c to php_mbregex.c | Moriyoshi Koizumi | 2002-11-14 | 1 | -0/+92 |
| | | | | | # No need to merge this change to PHP_4_3 branch | ||||
* | MFB (made mbstring compile on windows again). | Edin Kadribasic | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | Reduced compiler warnings | Moriyoshi Koizumi | 2002-11-02 | 1 | -19/+19 |
| | |||||
* | Fixed mb_ereg_replace() bug | Moriyoshi Koizumi | 2002-10-30 | 1 | -0/+3 |
| | |||||
* | Changed mb_regex_set_options() more informative | Moriyoshi Koizumi | 2002-10-20 | 1 | -6/+83 |
| | |||||
* | Fixed mb_regex_set_options() | Moriyoshi Koizumi | 2002-10-10 | 1 | -1/+1 |
| | |||||
* | Fix ZTS build. | Sebastian Bergmann | 2002-10-08 | 1 | -5/+5 |
| | |||||
* | Fixed typo. | Moriyoshi Koizumi | 2002-10-07 | 1 | -1/+1 |
| | |||||
* | Lots of clean-up for upcoming mbstring merging event. | Moriyoshi Koizumi | 2002-10-07 | 1 | -181/+189 |
| | | | | | | | | Added mb_regex_set_options(). The Options parameters of various mbregex functions are now deprecated. @- Added mb_regex_set_options(). The Options parameters of @ various mbregex functions are now deprecated. (Moriyoshi). | ||||
* | fixed mb_split (the value of third parameter treated wrongly) | Moriyoshi Koizumi | 2002-10-07 | 1 | -6/+6 |
| | |||||
* | MFH | Moriyoshi Koizumi | 2002-10-07 | 1 | -4/+4 |
| | |||||
* | Fix build | Rasmus Lerdorf | 2002-10-06 | 1 | -1/+1 |
| | |||||
* | added support for aliases of the encodings. | Moriyoshi Koizumi | 2002-10-06 | 1 | -16/+21 |
| | |||||
* | made messages more consistent | Moriyoshi Koizumi | 2002-10-06 | 1 | -5/+8 |
| | |||||
* | Warnings for empty regular expressions | Moriyoshi Koizumi | 2002-10-06 | 1 | -14/+21 |
| | |||||
* | php_error_docref | Marcus Boerger | 2002-08-27 | 1 | -9/+9 |
| |