summaryrefslogtreecommitdiff
path: root/ext/iconv/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-109-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-109-0/+0
| |
| * Fix the test in 5.4 and trunk.Hannes Magnusson2011-09-051-1/+1
| | | | | | | | | | | | older libraries will emmit error here, while new won't. So lets just suppress it rather then making the test uselessly fail for random people.
| * Fixed test. Apparently it was already fixed on PHP_5_3 98% of the cases andMatteo Beccati2011-08-311-7/+7
| | | | | | | | | | | | | | the fix wasn't ported to trunk/PHP_5_4. However the very same test was failing on my FreeBSD 6.2 box, that appears to also decode the "ks_c_5601-1987" parts, so I've made the test more generic.
| * Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)Ilia Alshanetsky2010-12-011-0/+29
| |
| * 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
| | | | | | | | | | difference (thanks Eyal Teutsch for reporting)
| * Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skippingAdam Harvey2010-09-301-0/+41
| | | | | | | | | | headers).
| * Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken).Adam Harvey2010-05-041-0/+22
| | | | | | | | | | Thanks to Hiroaki Kawai for the original patch.
* | - missing --SKIPIF--Pierre Joye2011-09-061-0/+1
| |
* | - add skipifPierre Joye2011-09-061-0/+3
| |
* | Fix the test in 5.4 and trunk.Hannes Magnusson2011-09-051-3/+1
| | | | | | | | | | | | older libraries will emmit error here, while new won't. So lets just suppress it rather then making the test uselessly fail for random people.
* | Fixed test. Apparently it was already fixed on PHP_5_3 98% of the cases andMatteo Beccati2011-08-311-7/+7
| | | | | | | | | | | | | | the fix wasn't ported to trunk/PHP_5_4. However the very same test was failing on my FreeBSD 6.2 box, that appears to also decode the "ks_c_5601-1987" parts, so I've made the test more generic.
* | fix failing testsStanislav Malyshev2011-08-012-2/+4
| |
* | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-1/+0
| | | | | | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4
* | Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)Ilia Alshanetsky2010-12-011-0/+29
| |
* | 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
| | | | | | | | | | difference (thanks Eyal Teutsch for reporting)
* | Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skippingAdam Harvey2010-09-301-0/+41
| | | | | | | | | | headers).
* | - Fixed bug #52211 (iconv() returns part of string on error)Felipe Pena2010-07-011-0/+13
| |
* | Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken).Adam Harvey2010-05-041-0/+22
|/ | | | | Thanks to Hiroaki Kawai for the original patch.
* - 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
| | | | | rejecting it.
* one more testStanislav Malyshev2007-09-191-0/+12
|
* add length tests for iconv functionsStanislav Malyshev2007-09-198-0/+117
|
* fix test namesAntony Dovgal2007-05-071-1/+1
|
* MFHfoobar2007-05-051-0/+4
|
* synchronize iconv_substr() behavior with substr()Antony Dovgal2007-03-121-5/+5
| | | | | no MFB so far, since substr() changes are not MFBed either
* fix tests on AIXAntony Dovgal2007-02-212-3/+19
|
* Fixed bug #37773 (iconv_substr() gives "Unknown error" when string length =Ilia Alshanetsky2006-11-151-0/+10
| | | | | 1").
* do not search for empty strings with strpos() and strrpos()Antony Dovgal2006-09-062-0/+12
|
* MFH: fix/add SKIPIFHannes Magnusson2006-06-271-0/+2
|
* - MFH: fix bug #37176 (iconv_strpos() fails to find a string)Moriyoshi Koizumi2006-04-271-0/+10
|
* add missing skipif conditionsAntony Dovgal2005-12-213-1/+5
| | | | | fix existing ones
* Updated tests to use [] instead of {}Ilia Alshanetsky2005-11-161-1/+1
|
* MFH: Hiding bugs is not purpose of the regression tests.foobar2005-11-011-10/+3
|
* Improve iconv skip conditionsIlia Alshanetsky2005-10-301-2/+2
|
* Do not run tests if iconv extension is unavailable.Ilia Alshanetsky2005-10-259-9/+9
|
* - Fix skip-if comment.Derick Rethans2005-08-071-1/+1
|
* Fixed bug in test fileDmitry Stogov2005-06-221-1/+1
|
* - Add test case for iconv_mime_encode().Moriyoshi Koizumi2005-03-231-0/+10
|
* Test was fixed.Dmitry Stogov2004-11-221-1/+1
|
* A trivial implement for dos-like platformsMoriyoshi Koizumi2003-12-051-3/+3
|