summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbregex.c
Commit message (Collapse)AuthorAgeFilesLines
* @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence ↵Rui Hirokawa2003-08-231-4712/+0
| | | | problem. mbregex is changed to oniguruma.
* MFB: added include config.h so shared extensions builds work correctlyBrian France2003-08-061-0/+4
|
* Reverted the changes because the problem was elsewhere.Moriyoshi Koizumi2002-12-021-1/+0
|
* Fixing the Win32 compilation of mbstring with mbregex enabled.Frank M. Kromann2002-12-021-0/+1
|
* Fixed a memory leak.Ilia Alshanetsky2002-11-121-0/+3
|
* Reduced compiler warningsMoriyoshi Koizumi2002-11-021-1/+1
|
* ZTS fixesMoriyoshi Koizumi2002-10-081-0/+10
|
* Removed table generating code. The return values of isalnum() may vary by ↵Moriyoshi Koizumi2002-10-081-26/+14
| | | | the locale setting.
* Fixed memory leak.Ilia Alshanetsky2002-10-081-2/+4
|
* - Please do not use notices for debug informationDerick Rethans2002-10-081-1/+1
|
* HAVE_MBREGEX awareness.Sebastian Bergmann2002-10-061-0/+4
|
* Fix ZTS buildfoobar2002-08-281-0/+1
|
* php_error_docrefMarcus Boerger2002-08-271-1/+1
|
* -Fix warnings (fixed all?)Marcus Boerger2002-08-041-3/+3
|
* -use const to clarify codeMarcus Boerger2002-08-021-4/+18
| | | | | -fix tsrmls build (therefore rfc1867.c)
* fixed compile warning with Visual C++.Rui Hirokawa2002-04-301-8/+8
|
* -fix warningsMarcus Boerger2002-04-071-1/+3
|
* fixed compile warnings.Rui Hirokawa2002-03-231-11/+16
|
* fixed an error in mbstring caused by confliction with regex.Rui Hirokawa2002-01-141-2/+2
|
* @Added multi-byte enabled regex functions. (Rui)Rui Hirokawa2002-01-111-0/+4679