summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* more ini settingsMarcus Boerger2002-08-211-0/+2
* NO C++ commentsMarcus Boerger2002-08-202-4/+4
* Revert from patch added mb_guess_encoding to previous versionDen V. Tsopa2002-08-145-334/+36
* Add warning... It seems posting message to php-dev/php-cvs does not work!Yasuo Ohgaki2002-08-141-0/+17
* Added new function mb_guess_encoding, based on symbols ratingDen V. Tsopa2002-08-145-36/+334
* bool not booleanRasmus Lerdorf2002-08-131-1/+1
* move html_entities.c to proper placeMarcus Boerger2002-08-041-1/+4
* -Correct mime_name for HTML-ENTITIES encoding is of cause US-ASCIIMarcus Boerger2002-08-041-3/+6
* -Fix warnings (fixed all?)Marcus Boerger2002-08-042-5/+5
* -Add new file to windows buildMarcus Boerger2002-08-041-0/+2
* -New encoding/decoding HTML-ENTITIES.Marcus Boerger2002-08-045-1/+572
* -Allow double quotes for encoding lists (if used in ini for example)Marcus Boerger2002-08-041-3/+34
* - Fix build on Windows. Also please don't use Java style opening functionAndi Gutmans2002-08-032-2/+3
* -use const to clarify codeMarcus Boerger2002-08-025-273/+297
* made sapi_register_treat_data() to support multibyte input encoding translati...Rui Hirokawa2002-08-022-19/+33
* Fix crashZeev Suraski2002-07-311-1/+1
* Fixed query string handling. Now some.php?a&b=1;c works.Yasuo Ohgaki2002-07-281-22/+19
* fixed: output encoding translation by mb_output_handler() in ext/mbstring was...Rui Hirokawa2002-07-271-3/+21
* unbreak the shared build..againfoobar2002-07-171-6/+7
* Changed configure option order to make it clear option dependecy to users.Yasuo Ohgaki2002-07-171-8/+9
* Disable input encoding tranlation by default.Yasuo Ohgaki2002-07-171-2/+2
* Fix bug #16985 (wrong count of GET/POST variables).Edin Kadribasic2002-07-151-8/+11
* These options are all enabled by default. (why?)foobar2002-07-141-2/+2
* These options are all enabled by default. (why?)foobar2002-07-141-2/+2
* Remove unused variables.Sebastian Bergmann2002-07-121-1/+0
* added mbstring.language option in ext/mbstring.Rui Hirokawa2002-07-111-5/+66
* fixed shift_jis character corruption including 0x5c as second byte following ...Rui Hirokawa2002-07-052-0/+10
* Removed unneeded check for MBSTR_ENC_TRANSFrank M. Kromann2002-07-031-2/+0
* Adding _RU files to projectFrank M. Kromann2002-07-031-1/+9
* Fixing ZTS buildFrank M. Kromann2002-07-032-2/+2
* fixed shift_jis character corruption including 0x5c as second byte on uploade...Rui Hirokawa2002-07-032-0/+23
* small fix in preprocessor directiveDen V. Tsopa2002-06-221-1/+1
* correct handling/generating of php_mbstr_default_identify_listMarcus Boerger2002-06-191-3/+10
* Fixed bug: #17137, test pass stillfoobar2002-06-181-2/+2
* Changed the configure option to be --enable/disablefoobar2002-06-061-2/+2
* Makring function declarations match implementations (ZTS compilation)Frank M. Kromann2002-06-011-6/+6
* Fixed typo..foobar2002-05-311-1/+1
* Fixes some dummy errors (again).Den V. Tsopa2002-05-301-30/+42
* Added GB2312 alias for CN-GBDen V. Tsopa2002-05-291-1/+1
* @Fixed some dummy errors. (dets)Den V. Tsopa2002-05-291-43/+31
* reverted my patch.Rui Hirokawa2002-05-241-9/+7
* reverted patch to support iso2022kr.Rui Hirokawa2002-05-245-8/+173
* ZTS fixes.Sebastian Bergmann2002-05-211-9/+9
* Added russian codepages (koi8-r,cp1251,cp866) support.Den V. Tsopa2002-05-217-108/+482
* Range check arguments to mb_strcut().Preston L. Bannister2002-05-161-0/+8
* Proper declaration to suppress compiler warning.Preston L. Bannister2002-05-161-1/+1
* added ISO-2022-KR support in mbstring.Rui Hirokawa2002-05-155-2/+324
* fixed a initialization bug in euc-tw.Rui Hirokawa2002-05-141-0/+1
* Fix this again.Sascha Schumann2002-05-121-1/+1
* added chinese HZ encoding support. fixed ascii area character conversion was...Rui Hirokawa2002-05-125-11/+272