summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.h
Commit message (Expand)AuthorAgeFilesLines
* - Added mb_list_encoding() to return an array with all mbstring supportedDerick Rethans2004-03-081-0/+1
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Fix MBSTRING_API for non-shared win32 buildsWez Furlong2003-12-021-1/+3
* name/value in multipart/form-date will be converted into internal encoding wh...Rui Hirokawa2003-10-221-2/+2
* Forgot to commit this one.Moriyoshi Koizumi2003-09-261-0/+2
* - Fix compileMarcus Boerger2003-08-251-1/+1
* Allow usage of external libmbflMoriyoshi Koizumi2003-08-241-1/+1
* @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence pr...Rui Hirokawa2003-08-231-1/+1
* Added missing protosMoriyoshi Koizumi2003-07-031-0/+3
* Fixed corruption of multibyte character including 0x5c as secondRui Hirokawa2003-06-281-0/+7
* updating license information in the headers.James Cox2003-06-101-3/+3
* oopsMoriyoshi Koizumi2003-05-121-2/+2
* Applied the right fix for bug #23016Moriyoshi Koizumi2003-05-121-1/+1
* MFB(r-1.40.2.4): fixed bug #23016Moriyoshi Koizumi2003-05-111-1/+1
* Fixed bug #22834 (compile failure due to ugly implicit casts)Moriyoshi Koizumi2003-03-241-15/+15
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Reverted the changes because the problem was elsewhere.Moriyoshi Koizumi2002-12-021-14/+0
* Fixing the Win32 compilation of mbstring with mbregex enabled.Frank M. Kromann2002-12-021-1/+1
* Fixing build on WIn32Frank M. Kromann2002-12-021-0/+14
* Updated license information headersMoriyoshi Koizumi2002-11-231-1/+1
* Separated GPC related part from mbstring.cMoriyoshi Koizumi2002-11-231-3/+0
* Function renamings: s/php_mbstr_/php_mb/.Moriyoshi Koizumi2002-11-191-1/+1
* Fix build for unix.Wez Furlong2002-11-141-8/+8
* MFB (made mbstring compile on windows again).Edin Kadribasic2002-11-131-12/+23
* Added mb_substr_count() as per the request #15097Moriyoshi Koizumi2002-11-091-0/+1
* Make php_mb_is_mb_leadbyte() obsolete. It only works with double-byte chars.Moriyoshi Koizumi2002-10-231-8/+18
* fix warning: used in rfc1867.cMarcus Boerger2002-10-231-0/+2
* Function renaming.Moriyoshi Koizumi2002-10-231-2/+2
* Renaming the functions.Moriyoshi Koizumi2002-10-231-4/+4
* Remaned the functions for consistencyMoriyoshi Koizumi2002-10-231-2/+2
* Added mb_strtolower() and mb_strtoupper()Moriyoshi Koizumi2002-10-211-0/+2
* fixed highlight related bugs (in case shift_jis input/output filters are enab...Masaki Fujimoto2002-10-201-3/+3
* *** empty log message ***Rui Hirokawa2002-10-161-1/+1
* Lots of clean-up for upcoming mbstring merging event.Moriyoshi Koizumi2002-10-071-31/+3
* (PHP mb_convert_case) Add function that will convert the case of a stringWez Furlong2002-09-261-0/+3
* Revert from patch added mb_guess_encoding to previous versionDen V. Tsopa2002-08-141-1/+0
* Added new function mb_guess_encoding, based on symbols ratingDen V. Tsopa2002-08-141-0/+1
* - Fix build on Windows. Also please don't use Java style opening functionAndi Gutmans2002-08-031-1/+1
* -use const to clarify codeMarcus Boerger2002-08-021-1/+1
* made sapi_register_treat_data() to support multibyte input encoding translati...Rui Hirokawa2002-08-021-0/+6
* fixed shift_jis character corruption including 0x5c as second byte following ...Rui Hirokawa2002-07-051-0/+1
* Fixing ZTS buildFrank M. Kromann2002-07-031-1/+1
* fixed shift_jis character corruption including 0x5c as second byte on uploade...Rui Hirokawa2002-07-031-0/+2
* Added conversion support from script character encoding to internal character...Rui Hirokawa2002-05-081-0/+14
* Improve use of module_globals macrosSascha Schumann2002-04-261-1/+1
* Fixing Win32 compilation of mbstringFrank M. Kromann2002-04-151-0/+2
* -new function php_mb_check_encoding_listMarcus Boerger2002-04-121-0/+1
* changed mbstring to make thread safe.Rui Hirokawa2002-04-101-1/+1
* Fixed way of exporing functions. (Need PHPAPI for Win)Yasuo Ohgaki2002-04-051-1/+3