History log of /PHP-8.3/ext/iconv/iconv.c (Results 251 – 275 of 329)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d0570815 06-Jan-2003 Moriyoshi Koizumi

Added more RFC2047-compliancy check in iconv_mime_decode()


# 6f44489b 06-Jan-2003 Moriyoshi Koizumi

Fixed iconv_mime_decode() so that it comforms to RFC2231


# 0d0127fb 04-Jan-2003 Moriyoshi Koizumi

Fixed cut'n'paste failure


# 006b455c 03-Jan-2003 Moriyoshi Koizumi

Fixed an iconv_strrpos() bug that the function doesn't return accurate
position of last occurrence


# 3149fc7c 03-Jan-2003 Moriyoshi Koizumi

Added offset validity check for iconv_strpos()


# a3330b5a 03-Jan-2003 Moriyoshi Koizumi

Fixed iconv_mime_decode() so it would give more awareness to stateful codesets


# e1dd9192 03-Jan-2003 Moriyoshi Koizumi

Fixed infinite loop of iconv_mime_encode() in case the specified line length is too short to contain a proper mime-encoded string


# c703ad78 03-Jan-2003 Moriyoshi Koizumi

Give mo' shift-sequence awareness to iconv_mime_encode


# 354a42fd 03-Jan-2003 Moriyoshi Koizumi

More shift-sequence awareness for iconv_substr()


# 1f8cee76 03-Jan-2003 Moriyoshi Koizumi

Added missing casting operators


# 6144a728 03-Jan-2003 Moriyoshi Koizumi

MFB: fixed shift-out sequence unawareness issue


# c4e8b2ba 31-Dec-2002 Moriyoshi Koizumi

Added various functions that relies on the iconv facility:
iconv_strlen(), iconv_substr(), iconv_strpos(), iconv_strrpos(),
iconv_mime_encode(), iconv_mime_decode()

# hope this be a

Added various functions that relies on the iconv facility:
iconv_strlen(), iconv_substr(), iconv_strpos(), iconv_strrpos(),
iconv_mime_encode(), iconv_mime_decode()

# hope this be a new year gift for you. Happy new year!

show more ...


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING
# 5ca953b1 14-Nov-2002 Moriyoshi Koizumi

Fixed a problem that ICONV_IMPL doesn't give a correct value in win32 build.


Revision tags: php-4.3.0RC1
# 8e1f89bc 08-Nov-2002 Moriyoshi Koizumi

Use proper types


# 5b62dc07 08-Nov-2002 Moriyoshi Koizumi

Fixed typo


# 0228d5bd 06-Nov-2002 Moriyoshi Koizumi

Clean up


# 49f15ab3 06-Nov-2002 Moriyoshi Koizumi

Fixed segfaults in case the specified encoding is not acceptable to iconv.


# b3e34201 30-Oct-2002 Moriyoshi Koizumi

Prevent unnecessary notices on success


# 21e8efbb 29-Oct-2002 Moriyoshi Koizumi

It's better to know the version is "unknown", rather than ""


# 51ed05cc 29-Oct-2002 Marcus Boerger

-php_error => php_error_docref


# 4b6640be 29-Oct-2002 Ilia Alshanetsky

Fixed compile warning.


Revision tags: php-4.3.0pre2
# e13c936b 26-Oct-2002 Moriyoshi Koizumi

Clean-ups


# 6537b7b2 26-Oct-2002 Moriyoshi Koizumi

Fixed typo... what did this "#" sign mean?


# 63a9d4fa 25-Oct-2002 Marcus Boerger

fix ZTS build


1...<<11121314