summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-084-8/+8
* Fix bug #26639 (mb_convert_variables() clutters variables beyond the references)Moriyoshi Koizumi2003-12-182-6/+109
* Eliminate compiler warnings.Moriyoshi Koizumi2003-12-101-10/+17
* Remove leftoverMoriyoshi Koizumi2003-12-101-2/+0
* Avoid using non-portable test syntax. This was causing problems onMoriyoshi Koizumi2003-12-081-1/+1
* revert, not neededfoobar2003-12-071-4/+2
* Enable shared buildMarcus Boerger2003-12-071-0/+2
* This part is accidentially left on the previous commit.Moriyoshi Koizumi2003-12-041-0/+1
* It'd be a bad idea to make subpackages dependent on the php build system.Moriyoshi Koizumi2003-12-044-7/+1
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+55
* Fix MBSTRING_API for non-shared win32 buildsWez Furlong2003-12-021-1/+3
* Fix testsMarcus Boerger2003-11-302-8/+8
* - Fix sapi_input_filter patch. Returning 1 from the filter handler shouldDerick Rethans2003-11-291-4/+6
* Compiler warning fix (patch by Joe Orton)Moriyoshi Koizumi2003-11-111-2/+2
* encoding detection shouldn't be performed if mbstring.http_input is set to au...Rui Hirokawa2003-10-251-0/+17
* name/value in multipart/form-date will be converted into internal encoding wh...Rui Hirokawa2003-10-222-23/+42
* Fixed compile warnings.Ilia Alshanetsky2003-10-221-2/+2
* fix skipif for these testsfoobar2003-10-022-0/+10
* Remove leftoversMoriyoshi Koizumi2003-10-022-31/+0
* Fix php_regex_encoding() so it can handle two additional encoding namesMoriyoshi Koizumi2003-10-021-2/+4
* Add test cases for the regex problesMoriyoshi Koizumi2003-09-262-0/+27
* Repatch fixes for the problem that was reported at php-dev@php.gr.jp (#884)Moriyoshi Koizumi2003-09-261-7/+8
* Forgot to commit this one.Moriyoshi Koizumi2003-09-261-0/+2
* Explicitly specify mbstring.language.Moriyoshi Koizumi2003-09-264-0/+6
* Fix some incompatibilities with the pre-libmbfl behaviour regarding encoding ...Moriyoshi Koizumi2003-09-261-61/+105
* Specify full path to cat for mb_send_mail() testsMoriyoshi Koizumi2003-09-264-4/+4
* Specify full path for cat utility used by the test.Ilia Alshanetsky2003-09-244-4/+4
* Remove useless mutex code due to the switch to oniguruma.Moriyoshi Koizumi2003-09-231-12/+0
* OopsMoriyoshi Koizumi2003-09-231-3/+6
* Remove unused variableMoriyoshi Koizumi2003-09-231-2/+0
* fixed wrong string length in mbregex.Rui Hirokawa2003-09-231-2/+6
* revert a patch.Rui Hirokawa2003-09-231-1/+0
* fixed win32-build and update e-mail address in mbstring.Rui Hirokawa2003-09-2311-21/+149
* Fixed compile warnings. HAVE_ defines cannot work without the header thatIlia Alshanetsky2003-09-174-0/+8
* - Change emailMarcus Boerger2003-09-121-1/+2
* - Fix the win32 build.foobar2003-08-311-52/+695
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* No need to enable by default. Derick got confused. :)foobar2003-08-301-1/+1
* libmbfl is required alwaysfoobar2003-08-301-13/+7
* wsfoobar2003-08-301-2/+2
* - Fix compileMarcus Boerger2003-08-252-2/+2
* Some minor fixes so that this works with autoconf 2.13 toofoobar2003-08-251-162/+178
* Sync with originalMoriyoshi Koizumi2003-08-2517-445/+168
* Allow usage of external libmbflMoriyoshi Koizumi2003-08-242-91/+124
* Integrate allocator code into mbstring.cMoriyoshi Koizumi2003-08-243-87/+53
* Sync with the originalMoriyoshi Koizumi2003-08-2413-99/+606
* revert previous patch.Rui Hirokawa2003-08-233-6/+5
* changed for ZTS mode.Rui Hirokawa2003-08-232-86/+86
* revert my patch.Rui Hirokawa2003-08-232-2/+2
* strcasecmp macro moved to mbfl_compat.h.Rui Hirokawa2003-08-236-3/+7