summaryrefslogtreecommitdiff
path: root/ext/iconv
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* - 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
* - MFH: update lib detection and does not enable it when lib/headers are missingPierre Joye2008-07-061-2/+7
* MFHAntony Dovgal2008-05-212-1/+3
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-6/+8
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* MFH: detect IBM iconv implementation and use correct encoding namesAntony Dovgal2007-12-043-5/+35
* 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
* one more testStanislav Malyshev2007-09-191-0/+12
* limit iconv parameter sizes - workaround for glibc bugStanislav Malyshev2007-09-192-11/+78
* add length tests for iconv functionsStanislav Malyshev2007-09-198-0/+117
* Avoid strlen()Ilia Alshanetsky2007-05-191-2/+2
* fix test namesAntony Dovgal2007-05-071-1/+1
* MFHfoobar2007-05-051-0/+4
* synchronize iconv_substr() behavior with substr()Antony Dovgal2007-03-122-22/+19
* MFHAntony Dovgal2007-03-011-0/+3
* fix tests on AIXAntony Dovgal2007-02-212-3/+19
* 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-012-2/+2
* 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-152-5/+13
* 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-063-0/+20
* minor changes in iconv_substr() to avoid zval convertingAntony Dovgal2006-08-311-7/+3
* fix leakAntony Dovgal2006-08-301-1/+1
* MFH: fix/add SKIPIFHannes Magnusson2006-06-271-0/+2
* 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-272-18/+24
* - 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
* - fix misleading proto (confused out and in charset)Michael Wallner2006-02-181-1/+1
* - prevent pontential failure with stupid compilersfoobar2006-01-031-5/+5
* - Fixed bug #35288 (iconv() function defined as libiconv())foobar2006-01-031-33/+36
* bump year and license versionfoobar2006-01-012-6/+6
* add missing skipif conditionsAntony Dovgal2005-12-213-1/+5