summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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