History log of /PHP-7.4/ext/iconv/iconv.c (Results 126 – 150 of 294)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8481fd7c 05-Mar-2010 Moriyoshi Koizumi

- Fixed bug #49267 (linking fails for iconv)


Revision tags: php-5.3.2
# fcf1058d 01-Mar-2010 Rasmus Lerdorf

Fix bug #43314
Assume worst case all-encoded case here


Revision tags: php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1
# d8a22d0b 17-Mar-2009 Moriyoshi Koizumi

- MFH: Make iconv filter accept '.' as the delimiter between encoding names as
well as '/'. It's impossible to specify the filter in php://filter without
this fix.

# I hope this

- MFH: Make iconv filter accept '.' as the delimiter between encoding names as
well as '/'. It's impossible to specify the filter in php://filter without
this fix.

# I hope this to be merged to 5.2 as well. This doesn't break BC as there is
# no such encoding name that contains '.'. (Andif there were to be such one,
# the filter is failed in the first place since it also uses '.' for the
# delimiter between the filter name and the "from" encoding name.

show more ...


Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2
# d69dfa4b 21-Oct-2008 Arnaud Le Blanc

MFH: initialize optional vars


Revision tags: php-5.2.7RC1
# 8a77e555 23-Sep-2008 Nuno Lopes

clean some dead code (with static analysis help)


Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE
# a894ab2a 21-May-2008 Antony Dovgal

MFH


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1
# 550b617b 04-Dec-2007 Antony Dovgal

MFH: detect IBM iconv implementation and use correct encoding names


Revision tags: RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2
# e60e9ae5 01-Nov-2007 Antony Dovgal

MFH: initialize correct variable


Revision tags: php-5.2.5RC1
# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


# 84195223 27-Sep-2007 Antony Dovgal

MFH: fix coverity issue #412


# 366c1131 21-Sep-2007 Antony Dovgal

MFH: plug leak on error (coverity issue #407)


# 7985002f 20-Sep-2007 Stanislav Malyshev

better fix for iconv_substr


# c70e307e 20-Sep-2007 Stanislav Malyshev

fix potential overflow (Mattias Bengtsson)


# 2fe95998 19-Sep-2007 Stanislav Malyshev

limit iconv parameter sizes - workaround for glibc bug


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1
# c8a694eb 19-May-2007 Ilia Alshanetsky

Avoid strlen()


Revision tags: RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# 5088614e 12-Mar-2007 Antony Dovgal

synchronize iconv_substr() behavior with substr()
no MFB so far, since substr() changes are not MFBed either


Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1
# 6e8654aa 01-Feb-2007 Antony Dovgal

plug leak


Revision tags: php-4.4.5RC2, php-5.2.1RC4
# d32dc5bd 24-Jan-2007 Antony Dovgal

MFH


12345678910>>...12