summaryrefslogtreecommitdiff
path: root/ext/iconv/iconv.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)Ilia Alshanetsky2010-12-011-2/+2
* Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skippingAdam Harvey2010-09-301-6/+33
* Fixed bug #52599 (iconv output handler outputs incorrect content type when fl...Ilia Alshanetsky2010-08-191-1/+7
* Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken).Adam Harvey2010-05-041-1/+1
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-86/+83
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-83/+86
* Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making ...Kalle Sommer Nielsen2010-03-081-1/+1
* - Fixed bug #49267 (linking fails for iconv)Moriyoshi Koizumi2010-03-051-1/+1
* Fix bug #43314Rasmus Lerdorf2010-03-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - MFH: Make iconv filter accept '.' as the delimiter between encoding names asMoriyoshi Koizumi2009-03-171-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-11/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+11
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-11/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-22/+9
* clean some dead code (with static analysis help)Nuno Lopes2008-09-231-1/+0
* MFHAntony Dovgal2008-05-211-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: detect IBM iconv implementation and use correct encoding namesAntony Dovgal2007-12-041-2/+2
* MFH: initialize correct variableAntony Dovgal2007-11-011-2/+2
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: fix coverity issue #412Antony Dovgal2007-09-271-3/+1
* MFH: plug leak on error (coverity issue #407)Antony Dovgal2007-09-211-0/+3
* better fix for iconv_substrStanislav Malyshev2007-09-201-1/+6
* fix potential overflow (Mattias Bengtsson)Stanislav Malyshev2007-09-201-2/+2
* limit iconv parameter sizes - workaround for glibc bugStanislav Malyshev2007-09-191-11/+74
* Avoid strlen()Ilia Alshanetsky2007-05-191-2/+2
* synchronize iconv_substr() behavior with substr()Antony Dovgal2007-03-121-17/+14
* plug leakAntony Dovgal2007-02-011-0/+3
* MFHAntony Dovgal2007-01-241-0/+1
* MFH: fix #40129 (iconv extension doesn't compile with CodeWarrior on Netware)Antony Dovgal2007-01-171-6/+14
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* - Fixed incorrect function names on FreeBSD where inet_pton() was namedHannes Magnusson2006-12-201-1/+1
* Fixed bug #37773 (iconv_substr() gives "Unknown error" when string length =Ilia Alshanetsky2006-11-151-5/+3
* MFH: improve spelling (fixes #38780)Antony Dovgal2006-09-121-1/+1
* - MFH: fix warningsMichael Wallner2006-09-071-1/+1
* do not search for empty strings with strpos() and strrpos()Antony Dovgal2006-09-061-0/+8
* minor changes in iconv_substr() to avoid zval convertingAntony Dovgal2006-08-311-7/+3
* fix leakAntony Dovgal2006-08-301-1/+1
* MFH: arg ifnoHannes Magnusson2006-06-171-13/+92
* Added automatic module globals managementDmitry Stogov2006-06-151-13/+17
* - MFH: fix bug #37176 (iconv_strpos() fails to find a string)Moriyoshi Koizumi2006-04-271-18/+14
* - Fix warningMarcus Boerger2006-02-281-1/+1
* - MFH: Fixed issue with iconv_mime_decode where the "encoding" would only allowDerick Rethans2006-02-241-0/+2