Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - 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 | |
| | ||||||
* | Improve use of module_globals macros | Sascha Schumann | 2002-04-26 | 1 | -1/+1 | |
| | ||||||
* | changed license from GPL2 to PHP License. | Rui Hirokawa | 2002-03-23 | 1 | -30/+16 | |
| | ||||||
* | fixed a comment and default output encoding changed to pass. | Rui Hirokawa | 2002-02-23 | 1 | -1/+1 | |
| | ||||||
* | @Added multi-byte enabled regex functions. (Rui) | Rui Hirokawa | 2002-01-11 | 1 | -0/+983 | |