summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi)Moriyoshi Koizumi2004-02-281-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 5Andi Gutmans2004-01-081-2/+2
|
* Fix php_regex_encoding() so it can handle two additional encoding namesMoriyoshi Koizumi2003-10-021-2/+4
| | | | | mbfilter supports by default.
* Repatch fixes for the problem that was reported at php-dev@php.gr.jp (#884)Moriyoshi Koizumi2003-09-261-7/+8
|
* Remove useless mutex code due to the switch to oniguruma.Moriyoshi Koizumi2003-09-231-12/+0
|
* fixed wrong string length in mbregex.Rui Hirokawa2003-09-231-2/+6
|
* fixed win32-build and update e-mail address in mbstring.Rui Hirokawa2003-09-231-1/+10
|
* @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence ↵Rui Hirokawa2003-08-231-361/+311
| | | | problem. mbregex is changed to oniguruma.
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* emalloc -> safe_emallocIlia Alshanetsky2003-05-011-1/+1
|
* Fixed segfault in mb_ereg_match()Moriyoshi Koizumi2003-04-031-6/+6
|
* Fixed lots of crashes in mbregex.Moriyoshi Koizumi2003-04-031-12/+26
| | | | | # most of them were caused by stupid mistakes
* oopsMoriyoshi Koizumi2003-04-011-1/+1
|
* Reverted the last patch; the problem is elsewhere..Moriyoshi Koizumi2003-04-011-3/+4
|
* Fixed crash that occurs due to an abused persistent hashtable.Moriyoshi Koizumi2003-04-011-3/+2
| | | | | # thanks Sascha again.
* 64bit long fix: patch by Dave HillMoriyoshi Koizumi2003-03-041-3/+2
|
* Really fixed the mb issue of mb_ereg_replace()Moriyoshi Koizumi2003-01-231-1/+1
| | | | | # my previous patch is somewhat wrong
* Fixed a mb_ereg_replace() bug; the function was not completely multibyte-safe.Moriyoshi Koizumi2003-01-231-4/+16
|
* Oops! wrong patch. Reverted.Moriyoshi Koizumi2003-01-211-2/+2
|
* Fixed mb_ereg_replace() bug (the function has ignored the default option)Moriyoshi Koizumi2003-01-211-2/+2
|
* Fixed mb_ereg_search() segfault that occurs when the function is calledMoriyoshi Koizumi2003-01-211-1/+1
| | | | | before a string to be searched is passed by mb_ereg_search_init()
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-37/+24
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Reverted the changes because the problem was elsewhere.Moriyoshi Koizumi2002-12-021-2/+2
|
* Fixing build on WIn32Frank M. Kromann2002-12-021-2/+2
| | | | | MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32
* Renamed several internal functions for consistencyMoriyoshi Koizumi2002-11-251-4/+4
|
* Updated license information headersMoriyoshi Koizumi2002-11-231-1/+1
|
* Fix buildMoriyoshi Koizumi2002-11-141-1/+1
|
* Moved some mbregex related portions from mbstring.c to php_mbregex.cMoriyoshi Koizumi2002-11-141-0/+92
| | | | | # No need to merge this change to PHP_4_3 branch
* MFB (made mbstring compile on windows again).Edin Kadribasic2002-11-131-2/+2
|
* Reduced compiler warningsMoriyoshi Koizumi2002-11-021-19/+19
|
* Fixed mb_ereg_replace() bugMoriyoshi Koizumi2002-10-301-0/+3
|
* Changed mb_regex_set_options() more informativeMoriyoshi Koizumi2002-10-201-6/+83
|
* Fixed mb_regex_set_options()Moriyoshi Koizumi2002-10-101-1/+1
|
* Fix ZTS build.Sebastian Bergmann2002-10-081-5/+5
|
* Fixed typo.Moriyoshi Koizumi2002-10-071-1/+1
|
* Lots of clean-up for upcoming mbstring merging event.Moriyoshi Koizumi2002-10-071-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 Koizumi2002-10-071-6/+6
|
* MFHMoriyoshi Koizumi2002-10-071-4/+4
|
* Fix buildRasmus Lerdorf2002-10-061-1/+1
|
* added support for aliases of the encodings.Moriyoshi Koizumi2002-10-061-16/+21
|
* made messages more consistentMoriyoshi Koizumi2002-10-061-5/+8
|
* Warnings for empty regular expressionsMoriyoshi Koizumi2002-10-061-14/+21
|
* php_error_docrefMarcus Boerger2002-08-271-9/+9
|
* Improve use of module_globals macrosSascha Schumann2002-04-261-1/+1
|
* changed license from GPL2 to PHP License.Rui Hirokawa2002-03-231-30/+16
|
* fixed a comment and default output encoding changed to pass.Rui Hirokawa2002-02-231-1/+1
|
* @Added multi-byte enabled regex functions. (Rui)Rui Hirokawa2002-01-111-0/+983