History log of /php-src/ext/iconv/iconv.c (Results 226 – 250 of 357)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3
# 522ce800 27-Apr-2006 Moriyoshi Koizumi

- MFH: fix bug #37176 (iconv_strpos() fails to find a string)

Revision tags: php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2
# c4b81d87 28-Feb-2006 Marcus Boerger

- Fix warning

# 016dbe41 24-Feb-2006 Derick Rethans

- MFH: Fixed issue with iconv_mime_decode where the "encoding" would only allow
upper case specifiers.
#- See RFC 2047, section 2.

Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version

Revision tags: php-5.1.2RC1
# 33c87b39 15-Dec-2005 Antony Dovgal

MFH: fix #35692(iconv_mime_decode() segfault, with libiconv only)

Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0
# 3e669bc9 06-Dec-2005 foobar

MFH: nuke php3 legacy

Revision tags: RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1
# 159bae3d 20-Oct-2005 Antony Dovgal

MFH: use constants instead of their values

Revision tags: php-5.1.0RC3, php-5.1.0RC2
# ad73bdcb 11-Oct-2005 Antony Dovgal

fix #34757 (iconv_substr() gives "Unknown error" when offset > string length)

Revision tags: php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year

Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 0c6368d4 08-Jun-2005 Ilia Alshanetsky

Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3 in length)

Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2
# 8f14211e 23-Mar-2005 Moriyoshi Koizumi

- Add sanity check in iconv_mime_encode(). Leaving the third parameter
unspecified would yield bus error.

Revision tags: php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# ce022d27 23-Nov-2004 Derick Rethans

- Export "php_iconv_string()".

Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# f370d029 13-Aug-2004 Antony Dovgal

fix compile warning

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

12345678910>>...15