summaryrefslogtreecommitdiff
path: root/ext/iconv
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* - wsJani Taskinen2009-12-231-11/+9
* - Fix tests assuming wrong ini options and extensions that might not be thereJani Taskinen2009-11-302-2/+10
* Test from 2009 testfestZoe Slattery2009-08-261-0/+76
* Give this test more headroom since it needs to allocate a 90M blockRasmus Lerdorf2009-08-021-0/+2
* Get rid of this platform-specific testRasmus Lerdorf2009-07-281-22/+0
* New iconv extension tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-06-133-0/+141
* New iconv extension tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-06-126-0/+550
* New iconv extension tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-06-1225-0/+4494
* - Add a new test for the additional delimiter of the encoding conversion filterMoriyoshi Koizumi2009-05-141-0/+50
* - Update the test as newer libc gets the bogus input through rather thanMoriyoshi Koizumi2009-05-141-8/+6
* - 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-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