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