159 Commits (e1658ed6c4e3567cbc72482e08b7800a94ecd8a7)

Author SHA1 Message Date
Marcus Boerger c467129528 move html_entities.c to proper place 24 years ago
Marcus Boerger 367ca8e2ae -Correct mime_name for HTML-ENTITIES encoding is of cause US-ASCII 24 years ago
Marcus Boerger 81df625260 -Fix warnings (fixed all?) 24 years ago
Marcus Boerger c4e66f4192 -Add new file to windows build 24 years ago
Marcus Boerger 77abd9d55a -New encoding/decoding HTML-ENTITIES. 24 years ago
Marcus Boerger f2f70b5dda -Allow double quotes for encoding lists (if used in ini for example) 24 years ago
Andi Gutmans 4b492c4deb - Fix build on Windows. Also please don't use Java style opening function 24 years ago
Marcus Boerger de8c36dcaa -use const to clarify code 24 years ago
Rui Hirokawa 7527bf0c58 made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data. 24 years ago
Zeev Suraski bc82be4284 Fix crash 24 years ago
Yasuo Ohgaki 3e7c884b1c Fixed query string handling. Now some.php?a&b=1;c works. 24 years ago
Rui Hirokawa fbbeaec630 fixed: output encoding translation by mb_output_handler() in ext/mbstring was not usable when Content-Type is set by header(). 24 years ago
foobar e20b22fbc3 unbreak the shared build..again 24 years ago
Yasuo Ohgaki 7eecae7527 Changed configure option order to make it clear option dependecy to users. 24 years ago
Yasuo Ohgaki dc794edb1a Disable input encoding tranlation by default. 24 years ago
Edin Kadribasic 50ca75a0f6 Fix bug #16985 (wrong count of GET/POST variables). 24 years ago
foobar 7259893862 These options are all enabled by default. (why?) 24 years ago
foobar b87ac98701 These options are all enabled by default. (why?) 24 years ago
Sebastian Bergmann bec1633335 Remove unused variables. 24 years ago
Rui Hirokawa 555ca8eedd added mbstring.language option in ext/mbstring. 24 years ago
Rui Hirokawa ead78e9125 fixed shift_jis character corruption including 0x5c as second byte following a slash on uploaded filename. 24 years ago
Frank M. Kromann bda7548a00 Removed unneeded check for MBSTR_ENC_TRANS 24 years ago
Frank M. Kromann 9a743eef77 Adding _RU files to project 24 years ago
Frank M. Kromann 0818410f7c Fixing ZTS build 24 years ago
Rui Hirokawa bb21c40738 fixed shift_jis character corruption including 0x5c as second byte on uploaded filename. 24 years ago
Den V. Tsopa f26fbd2bd5 small fix in preprocessor directive 24 years ago
Marcus Boerger 010e5e60ac correct handling/generating of php_mbstr_default_identify_list 24 years ago
foobar cff4039c47 Fixed bug: #17137, test pass still 24 years ago
foobar 49523ba7d1 Changed the configure option to be --enable/disable 24 years ago
Frank M. Kromann 426b47837f Makring function declarations match implementations (ZTS compilation) 24 years ago
foobar 73ab5708b4 Fixed typo.. 24 years ago
Den V. Tsopa 509df14ff4 Fixes some dummy errors (again). 24 years ago
Den V. Tsopa 1da8768cae Added GB2312 alias for CN-GB 24 years ago
Den V. Tsopa 9cd5bf77a7 @Fixed some dummy errors. (dets) 24 years ago
Rui Hirokawa d3012238bc reverted my patch. 24 years ago
Rui Hirokawa ee480a7ec8 reverted patch to support iso2022kr. 24 years ago
Sebastian Bergmann 4405b313c5 ZTS fixes. 24 years ago
Den V. Tsopa 4974e6073e Added russian codepages (koi8-r,cp1251,cp866) support. 24 years ago
Preston L. Bannister 0b70f9e884 Range check arguments to mb_strcut(). 24 years ago
Preston L. Bannister 9d3ed920b5 Proper declaration to suppress compiler warning. 24 years ago
Rui Hirokawa 5f8009a7ea added ISO-2022-KR support in mbstring. 24 years ago
Rui Hirokawa e0a10acf8f fixed a initialization bug in euc-tw. 24 years ago
Sascha Schumann b3de60dbf0 Fix this again. 24 years ago
Rui Hirokawa 767fa10a92 added chinese HZ encoding support. fixed ascii area character conversion was not work in euc-cn and euc-kr. 24 years ago
Rui Hirokawa b3690bbe19 fixed to support --with-mbsting=LANG. 24 years ago
Rui Hirokawa f30b722f14 Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto. 24 years ago
Rui Hirokawa b7321edb84 bug fixed in unicode -> cp1252 table. 24 years ago
Rui Hirokawa 39c951ed88 added missing areas on Unicode->CP936 conversion table. added an alias CP932 on sjis-win. 24 years ago
Sascha Schumann ee70764592 Turn misplaced PHP_ARG_WITH into _ENABLE 24 years ago
Frank M. Kromann 810c9dd963 Changed & to &&. 24 years ago