Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move html_entities.c to proper place | Marcus Boerger | 2002-08-04 | 1 | -1/+4 |
| | | | | | #nice to have snaps.php.net | ||||
* | -Correct mime_name for HTML-ENTITIES encoding is of cause US-ASCII | Marcus Boerger | 2002-08-04 | 1 | -3/+6 |
| | | | | | -Full list of ASCII aliases | ||||
* | -Fix warnings (fixed all?) | Marcus Boerger | 2002-08-04 | 2 | -5/+5 |
| | |||||
* | -Add new file to windows build | Marcus Boerger | 2002-08-04 | 1 | -0/+2 |
| | |||||
* | -New encoding/decoding HTML-ENTITIES. | Marcus Boerger | 2002-08-04 | 5 | -1/+572 |
| | | | | | | | | | #This allows to enforce named and numeric entities in output. #Example:CMS that reads UTF8 or ISO-8859-1 but exports HTML in ASCII. #Using mbstring.http_output=HTML-ENTITIES users receive entities which #can displayed correctly independant of any brwoser side encoding. @New mbstring encoding/decoding HTML-ENTITIES. (marcus) | ||||
* | -Allow double quotes for encoding lists (if used in ini for example) | Marcus Boerger | 2002-08-04 | 1 | -3/+34 |
| | | | | | | | | -New parameter 'L' for mb_http_input() to retieve input encoding as comma separated string. @New parameter 'L' for mb_http_input() to retrieve input encoding as comma separated string. (marcus) | ||||
* | - Fix build on Windows. Also please don't use Java style opening function | Andi Gutmans | 2002-08-03 | 2 | -2/+3 |
| | | | | | - bracket indentation. | ||||
* | -use const to clarify code | Marcus Boerger | 2002-08-02 | 5 | -273/+297 |
| | | | | | -fix tsrmls build (therefore rfc1867.c) | ||||
* | made sapi_register_treat_data() to support multibyte input encoding ↵ | Rui Hirokawa | 2002-08-02 | 2 | -19/+33 |
| | | | | translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data. | ||||
* | Fix crash | Zeev Suraski | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | Fixed query string handling. Now some.php?a&b=1;c works. | Yasuo Ohgaki | 2002-07-28 | 1 | -22/+19 |
| | | | | | # arg_separator.output can be multile chars | ||||
* | fixed: output encoding translation by mb_output_handler() in ext/mbstring ↵ | Rui Hirokawa | 2002-07-27 | 1 | -3/+21 |
| | | | | was not usable when Content-Type is set by header(). | ||||
* | unbreak the shared build..again | foobar | 2002-07-17 | 1 | -6/+7 |
| | |||||
* | Changed configure option order to make it clear option dependecy to users. | Yasuo Ohgaki | 2002-07-17 | 1 | -8/+9 |
| | |||||
* | Disable input encoding tranlation by default. | Yasuo Ohgaki | 2002-07-17 | 1 | -2/+2 |
| | |||||
* | Fix bug #16985 (wrong count of GET/POST variables). | Edin Kadribasic | 2002-07-15 | 1 | -8/+11 |
| | |||||
* | These options are all enabled by default. (why?) | foobar | 2002-07-14 | 1 | -2/+2 |
| | |||||
* | These options are all enabled by default. (why?) | foobar | 2002-07-14 | 1 | -2/+2 |
| | |||||
* | Remove unused variables. | Sebastian Bergmann | 2002-07-12 | 1 | -1/+0 |
| | |||||
* | added mbstring.language option in ext/mbstring. | Rui Hirokawa | 2002-07-11 | 1 | -5/+66 |
| | |||||
* | fixed shift_jis character corruption including 0x5c as second byte following ↵ | Rui Hirokawa | 2002-07-05 | 2 | -0/+10 |
| | | | | a slash on uploaded filename. | ||||
* | Removed unneeded check for MBSTR_ENC_TRANS | Frank M. Kromann | 2002-07-03 | 1 | -2/+0 |
| | |||||
* | Adding _RU files to project | Frank M. Kromann | 2002-07-03 | 1 | -1/+9 |
| | |||||
* | Fixing ZTS build | Frank M. Kromann | 2002-07-03 | 2 | -2/+2 |
| | |||||
* | fixed shift_jis character corruption including 0x5c as second byte on ↵ | Rui Hirokawa | 2002-07-03 | 2 | -0/+23 |
| | | | | uploaded filename. | ||||
* | small fix in preprocessor directive | Den V. Tsopa | 2002-06-22 | 1 | -1/+1 |
| | |||||
* | correct handling/generating of php_mbstr_default_identify_list | Marcus Boerger | 2002-06-19 | 1 | -3/+10 |
| | |||||
* | Fixed bug: #17137, test pass still | foobar | 2002-06-18 | 1 | -2/+2 |
| | |||||
* | Changed the configure option to be --enable/disable | foobar | 2002-06-06 | 1 | -2/+2 |
| | |||||
* | Makring function declarations match implementations (ZTS compilation) | Frank M. Kromann | 2002-06-01 | 1 | -6/+6 |
| | |||||
* | Fixed typo.. | foobar | 2002-05-31 | 1 | -1/+1 |
| | |||||
* | Fixes some dummy errors (again). | Den V. Tsopa | 2002-05-30 | 1 | -30/+42 |
| | |||||
* | Added GB2312 alias for CN-GB | Den V. Tsopa | 2002-05-29 | 1 | -1/+1 |
| | |||||
* | @Fixed some dummy errors. (dets) | Den V. Tsopa | 2002-05-29 | 1 | -43/+31 |
| | |||||
* | reverted my patch. | Rui Hirokawa | 2002-05-24 | 1 | -9/+7 |
| | |||||
* | reverted patch to support iso2022kr. | Rui Hirokawa | 2002-05-24 | 5 | -8/+173 |
| | |||||
* | ZTS fixes. | Sebastian Bergmann | 2002-05-21 | 1 | -9/+9 |
| | |||||
* | Added russian codepages (koi8-r,cp1251,cp866) support. | Den V. Tsopa | 2002-05-21 | 7 | -108/+482 |
| | |||||
* | Range check arguments to mb_strcut(). | Preston L. Bannister | 2002-05-16 | 1 | -0/+8 |
| | | | | | Test ext/mbstring/013.phpt causes a hard failure w/o this. | ||||
* | Proper declaration to suppress compiler warning. | Preston L. Bannister | 2002-05-16 | 1 | -1/+1 |
| | |||||
* | added ISO-2022-KR support in mbstring. | Rui Hirokawa | 2002-05-15 | 5 | -2/+324 |
| | |||||
* | fixed a initialization bug in euc-tw. | Rui Hirokawa | 2002-05-14 | 1 | -0/+1 |
| | |||||
* | Fix this again. | Sascha Schumann | 2002-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | If you are unsure whether enable or with shall be used, please inquire on the mailing list. WITH is solely for the purpose of pointing to paths and other external entities. Note that the comment has always mentioned "--disable-mbstring" which clearly refers to enable and not with. | ||||
* | added chinese HZ encoding support. fixed ascii area character conversion ↵ | Rui Hirokawa | 2002-05-12 | 5 | -11/+272 |
| | | | | was not work in euc-cn and euc-kr. | ||||
* | fixed to support --with-mbsting=LANG. | Rui Hirokawa | 2002-05-12 | 1 | -1/+1 |
| | |||||
* | Added conversion support from script character encoding to internal ↵ | Rui Hirokawa | 2002-05-08 | 4 | -4/+279 |
| | | | | 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. | ||||
* | bug fixed in unicode -> cp1252 table. | Rui Hirokawa | 2002-05-05 | 2 | -7/+7 |
| | |||||
* | added missing areas on Unicode->CP936 conversion table. added an alias CP932 ↵ | Rui Hirokawa | 2002-05-05 | 3 | -33/+88 |
| | | | | on sjis-win. | ||||
* | Turn misplaced PHP_ARG_WITH into _ENABLE | Sascha Schumann | 2002-05-04 | 1 | -3/+3 |
| | | | | | and fix --enable-mbstring=shared | ||||
* | Changed & to &&. | Frank M. Kromann | 2002-05-02 | 1 | -2/+2 |
| |