History log of /PHP-7.4/ext/iconv/iconv.c (Results 176 – 200 of 294)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# f89486a3 20-Jul-2004 Moriyoshi Koizumi

- Fix possible leaks / segfaults in persistent filter


# 967c7286 19-Jul-2004 Moriyoshi Koizumi

- Fix a bug in iconv stream filter that prevents pending buckets from being
processed on flush operation (same issue pollita fixed several days ago).


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# 06232e48 06-Jan-2004 Moriyoshi Koizumi

Prevent a character from being wrongly doubled in the buffer.


# 3d618a2f 27-Dec-2003 Moriyoshi Koizumi

Just laugh at me :)


# 07469af0 27-Dec-2003 Moriyoshi Koizumi

- Add missing sanity check.


# 529dd348 24-Dec-2003 Moriyoshi Koizumi

- Supply some comments. Hope those help when you have to debug this dead beef.
- Fix iconv_mime_decode() to correctly handle "malformed" headers :)
- Fix iconv_mime_decode() bug, that the res

- Supply some comments. Hope those help when you have to debug this dead beef.
- Fix iconv_mime_decode() to correctly handle "malformed" headers :)
- Fix iconv_mime_decode() bug, that the result is mangled when
ICONV_MIME_CONTINUE_ON_ERROR is enabled and the function encounters an
unconvertable encoded chunk.

show more ...


# 3b7dcf5e 23-Dec-2003 Moriyoshi Koizumi

Those are not structures :-)


# cf40d924 23-Dec-2003 Ilia Alshanetsky

Fixed compiler warnings.


# 1b239fc9 22-Dec-2003 Moriyoshi Koizumi

- Fix multibyte handling errors in iconv_mime_encode() when quoted-printable
encoding scheme is used.
- Fix segfault that occurs in iconv_mime_encode() when input_charset or
output_ch

- Fix multibyte handling errors in iconv_mime_encode() when quoted-printable
encoding scheme is used.
- Fix segfault that occurs in iconv_mime_encode() when input_charset or
output_charset parameter is not specified in the associative array.

show more ...


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# dcbc5706 08-Dec-2003 Moriyoshi Koizumi

Fix iconv stream filter to properly handle multibyte characters that
span at the alignment of a hunk.


# a682e0a5 06-Dec-2003 Moriyoshi Koizumi

Add missing iconv_close() call


# f9470daf 05-Dec-2003 Moriyoshi Koizumi

Add a missing marker


# 1982ae62 05-Dec-2003 Wez Furlong

fix zts build


# 4f14ee67 04-Dec-2003 Moriyoshi Koizumi

Type-punning is evil.


# 6fc73dda 04-Dec-2003 Moriyoshi Koizumi

Add iconv stream filter.

# a quick synopsis:
#
# <?php
# stream_filter_append(STDIN, 'convert.iconv.UTF-8/ISO-8859-15');
#
# fpassthru(STDIN);
# ?>
#


# 3c02eb1f 02-Dec-2003 Moriyoshi Koizumi

all '_' (underscores) should be replaced by '\x20' (whitespaces)
in encoding.
# should I bump API version?


# ca2aaeee 01-Dec-2003 Moriyoshi Koizumi

Loosen error check. There's no reason to forbid a single '=' occurrence
in an unencoded string.
Fix white space handing. Meaningful spaces have got stripped wrongly
before this patch.


# 1b8dd3ba 01-Dec-2003 Moriyoshi Koizumi

Allow iconv_mime_decode_headers() to handle multiple occurence of a header.


# 869493d4 01-Dec-2003 Moriyoshi Koizumi

Add iconv_mime_decode_headers() to parse multiple MIME headers.
A few trivial fixes.


# 93e0d690 01-Dec-2003 Moriyoshi Koizumi

More RFC2047 conformance. Add ability to forcefully continue processing
on error.


# fd28ad3e 22-Nov-2003 Moriyoshi Koizumi

Fixed bug #26194 (iconv() not properly defined with libiconv).
# Thank you Steph and Frank!


Revision tags: php-4.3.4, php-4.3.4RC3
# 8e1bbd9a 02-Nov-2003 Moriyoshi Koizumi

Proto fix


Revision tags: php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4
# fd841163 13-Aug-2003 Moriyoshi Koizumi

Slight improvement. Hope this will make some difference.


# 025c35a5 12-Aug-2003 Ilia Alshanetsky

Fix compiler warnings.


12345678910>>...12