summaryrefslogtreecommitdiff
path: root/ext/iconv
Commit message (Expand)AuthorAgeFilesLines
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-111-0/+1
* Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)Ilia Alshanetsky2010-12-012-2/+31
* Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits)Ilia Alshanetsky2010-11-251-0/+13
* - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-1/+1
* Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skippingAdam Harvey2010-09-302-6/+74
* Fixed bogus charIlia Alshanetsky2010-08-221-1/+1
* Fixed bug #52599 (iconv output handler outputs incorrect content type when fl...Ilia Alshanetsky2010-08-191-2/+9
* - Fixed bug #52211 (iconv() returns part of string on error)Felipe Pena2010-07-012-1/+17
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-62/+67
* Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken).Adam Harvey2010-05-042-1/+23
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+107
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-211-107/+0
* - 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-083-3/+3
* Fix linking of iconv on WindowsKalle Sommer Nielsen2010-03-081-0/+1
* - Fixed bug #49267 (linking fails for iconv)Moriyoshi Koizumi2010-03-052-1/+2
* Fix bug #43314Rasmus Lerdorf2010-03-011-1/+1
* 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