summaryrefslogtreecommitdiff
path: root/ext/iconv/iconv.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* detect IBM iconv implementation and use correct encoding namesAntony Dovgal2007-12-041-2/+2
* initialize correct variableAntony Dovgal2007-11-011-2/+2
* 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
* fix coverity issue #412Antony Dovgal2007-09-271-3/+1
* plug leak on error (coverity issue #407)Antony Dovgal2007-09-211-0/+3
* better fix for iconv_substrStanislav Malyshev2007-09-201-2/+6
* MFB length check fix (Mattias Bengtsson)Stanislav Malyshev2007-09-201-1/+1
* limit iconv parameter sizes - workaround for libc bugStanislav Malyshev2007-09-191-11/+74
* MFBIlia Alshanetsky2007-05-281-2/+2
* initialize errnoAntony Dovgal2007-01-241-0/+1
* fix #40129 (iconv extension doesn't compile with CodeWarrior on Netware)Antony Dovgal2007-01-171-6/+14
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* use safe_emalloc()Antony Dovgal2006-12-251-1/+1
* MFB:Hannes Magnusson2006-12-201-1/+1
* MFB: Fixed bug #37773 (iconv_substr() gives "Unknown error" when stringIlia Alshanetsky2006-11-151-5/+3
* Error message clean upHannes Magnusson2006-10-081-1/+1
* improve spelling (fixes #38780)Antony Dovgal2006-09-121-1/+1
* - fix crash when unicode.sematics are enabled and unicode.output_encoding doe...Michael Wallner2006-09-091-2/+1
* -fix warningsMichael Wallner2006-09-071-1/+1
* - use ucnv_compareNamesMichael Wallner2006-09-071-2/+2
* - upgrade ob_iconv_handlerMichael Wallner2006-09-061-56/+70
* 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
* Added argument infoHannes Magnusson2006-06-171-13/+92
* Move GINIT definition above re-definition of iconv. Gah.Andrei Zmievski2006-06-131-9/+9
* Added automatic module globals managementDmitry Stogov2006-06-131-6/+10
* - Remove fprintf() used for debuggingMoriyoshi Koizumi2006-04-271-1/+0
* - Fix bug #37176 (iconv_strpos() fails to find a string)Moriyoshi Koizumi2006-04-271-18/+15
* - Fixed issue with iconv_mime_decode where the "encoding" would only allowDerick Rethans2006-02-241-0/+2
* bump year and license versionfoobar2006-01-011-3/+3
* fix #35692(iconv_mime_decode() segfault, with libiconv only)Antony Dovgal2005-12-151-1/+1
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* use constants instead of their valuesAntony Dovgal2005-10-201-3/+3
* MF51: fix #34757 (iconv_substr() gives "Unknown error" when offset > string l...Antony Dovgal2005-10-111-15/+27
* fix phpinfo() output for iconv extensionAntony Dovgal2005-09-081-0/+3
* Unicode support.Andrei Zmievski2005-08-111-0/+14
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3 in length)Ilia Alshanetsky2005-06-081-1/+2
* - Add sanity check in iconv_mime_encode(). Leaving the third parameterMoriyoshi Koizumi2005-03-231-55/+58
* - Export "php_iconv_string()".Derick Rethans2004-11-231-17/+1
* fix compile warningAntony Dovgal2004-08-131-1/+1
* - Fix possible leaks / segfaults in persistent filterMoriyoshi Koizumi2004-07-201-13/+48
* - Fix a bug in iconv stream filter that prevents pending buckets from beingMoriyoshi Koizumi2004-07-191-13/+13
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Prevent a character from being wrongly doubled in the buffer.Moriyoshi Koizumi2004-01-061-1/+1
* Just laugh at me :)Moriyoshi Koizumi2003-12-271-1/+1
* - Add missing sanity check.Moriyoshi Koizumi2003-12-271-0/+4