summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Function renamings: s/php_mbstr_/php_mb/.Moriyoshi Koizumi2002-11-192-29/+29
* Unified the duplicated portions.Moriyoshi Koizumi2002-11-191-163/+45
* Added a test to check whether mb_parse_str() works properlyMoriyoshi Koizumi2002-11-191-0/+79
* Modified the test so it wouldn't be affected by ini settings.Moriyoshi Koizumi2002-11-191-0/+1
* Divided the overload test into two so as to handle the case mbregex isMoriyoshi Koizumi2002-11-152-6/+29
* %s/SKIP/skip/gMoriyoshi Koizumi2002-11-1523-24/+24
* Removed unnecessary ?>Moriyoshi Koizumi2002-11-151-1/+1
* Fixed bogus SKIPIF conditions.Moriyoshi Koizumi2002-11-1518-4/+39
* Added some skipif conditions to handle the case mbstring is enabled but mbreg...Moriyoshi Koizumi2002-11-1517-1/+17
* Added a test for zend-multibyte extensionMoriyoshi Koizumi2002-11-141-0/+22
* Fixed possible buffer over run in php_mb_safe_strrchr_ex()Moriyoshi Koizumi2002-11-141-4/+13
* Fix buildMoriyoshi Koizumi2002-11-141-1/+1
* Moved some mbregex related portions from mbstring.c to php_mbregex.cMoriyoshi Koizumi2002-11-143-83/+141
* Fix build for unix.Wez Furlong2002-11-141-8/+8
* MFB (made mbstring compile on windows again).Edin Kadribasic2002-11-137-52/+62
* Added a skip condition for when mail() function is not avaliable.Ilia Alshanetsky2002-11-131-1/+6
* Added a skip condition for when the encoding needed for the test is notIlia Alshanetsky2002-11-132-0/+6
* Added a test for mb_send_mail() to check if the function properly handlesMoriyoshi Koizumi2002-11-131-0/+38
* Corrected Traditional Chinese language spec and the preferred MIME nameMoriyoshi Koizumi2002-11-131-4/+4
* Added a test for mb_send_mail() to check if the simplified Chinese supportMoriyoshi Koizumi2002-11-131-0/+39
* Updated the testMoriyoshi Koizumi2002-11-131-0/+1
* Prevented unwanted encoding detections in mb_send_mail()Moriyoshi Koizumi2002-11-131-6/+9
* Fixed mb_encode_mimeheader() to work with languages other than Japanese andMoriyoshi Koizumi2002-11-131-11/+4
* Fixed a buffer over-run bug in case a function to be overloaded doesn't exist.Moriyoshi Koizumi2002-11-131-15/+7
* Disable mbstring by default.Andrei Zmievski2002-11-131-2/+2
* CosmeticsMoriyoshi Koizumi2002-11-121-7/+19
* Fixed a function overloading related bug.Moriyoshi Koizumi2002-11-121-4/+5
* Fixed language nameMoriyoshi Koizumi2002-11-121-1/+1
* Added test cases for mb_send_mail()Moriyoshi Koizumi2002-11-124-0/+148
* Forgot to change this one.Moriyoshi Koizumi2002-11-121-0/+1
* Added neutral language spec for backwards compatibilityMoriyoshi Koizumi2002-11-123-2/+13
* Fixed a memory leak.Ilia Alshanetsky2002-11-121-0/+3
* fix warningsMarcus Boerger2002-11-121-2/+2
* Fixed mb_convert_case() / mb_strtolower() / mb_strtoupper() to work inMoriyoshi Koizumi2002-11-111-17/+31
* Fixed mb_send_mail() so that it correctly handles the language setting.Moriyoshi Koizumi2002-11-101-10/+6
* Fixed German language spec entry.Moriyoshi Koizumi2002-11-101-1/+1
* Fixed OnUpdate_mbstring_language so that change for mbstring.languageMoriyoshi Koizumi2002-11-101-12/+5
* Changed the default settings so that it shouldn't affect htmlentities()Moriyoshi Koizumi2002-11-101-8/+8
* These changes seems to have bad effect on htmlentities().Moriyoshi Koizumi2002-11-101-3/+1
* Added a test case to check if my recent patch worksMoriyoshi Koizumi2002-11-101-0/+15
* Fixed typoMoriyoshi Koizumi2002-11-091-2/+2
* Added a test for mb_substr_count()Moriyoshi Koizumi2002-11-091-0/+44
* Added mb_substr_count() as per the request #15097Moriyoshi Koizumi2002-11-094-3/+153
* Fixed PHP_INI_MH(OnUpdate_mbstring_language) so that ini entry valuesMoriyoshi Koizumi2002-11-091-14/+16
* Added a test for function overloading behaviourMoriyoshi Koizumi2002-11-081-0/+33
* Added a new testMoriyoshi Koizumi2002-11-031-0/+16
* style keisatsuMoriyoshi Koizumi2002-11-031-81/+90
* Disabled output_handler in INI sectionMoriyoshi Koizumi2002-11-039-0/+18
* Reduced compiler warningsMoriyoshi Koizumi2002-11-024-68/+68
* Fixed mb_ereg_replace() bugMoriyoshi Koizumi2002-10-301-0/+3