History log of /PHP-8.3/ext/iconv/iconv.c (Results 226 – 250 of 329)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 57ca69c0 30-Jul-2003 foobar

Revert the fix for now


# 81c5e49a 30-Jul-2003 foobar

Fix build on certain platforms which do not accept #include FOOBAR


# 80a8ff3a 06-Jul-2003 Moriyoshi Koizumi

Fixed segfault due to reference to the already free'd block :)


# 8d850b4c 06-Jul-2003 Moriyoshi Koizumi

Improved iconv_mime_encode() interface


# 716a34a4 06-Jul-2003 Moriyoshi Koizumi

Avoid miscellaneous conflicts between glibc's iconv and libiconv.


Revision tags: php-5.0.0b1, php-4.3.3RC1
# 3e95de04 16-Jun-2003 Andrey Hristov

proto fix


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# 0f1f635d 04-Jun-2003 Moriyoshi Koizumi

Fixed ob_iconv_handler() type mismatch issue on 64bit platforms.
Patch by Joe Orton <jorton@redhat.com>


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 0e6fca4f 18-Mar-2003 Stig Bakken

* email address change


Revision tags: php-4.3.2RC1
# 5c90216d 06-Mar-2003 David Hill

64-bit correction to variables passed to zend_parse_parameters
@64-bit correction to variables passed to zend_parse_parameters (Dave)


# aa40a02d 04-Mar-2003 Moriyoshi Koizumi

64bit long fix


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# a7b91019 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.


# 3ae7d13b 14-Jan-2003 Moriyoshi Koizumi

Appended my name to the list of authors


# 6a1d69d4 10-Jan-2003 Moriyoshi Koizumi

Added missing cast operators


# 4c2d6cfe 06-Jan-2003 Moriyoshi Koizumi

Moved php_quot_print_decode() to quot_print.c so that it can be used
outside the iconv module


12345678910>>...14