Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #66828: iconv_mime_encode Q-encoding longer than it should be | Christoph M. Becker | 2018-09-22 | 1 | -0/+21 |
* | Fix #68180: iconv_mime_decode can return extra characters in a header | Christoph M. Becker | 2018-08-26 | 1 | -0/+16 |
* | Fix #60494: iconv_mime_decode does ignore special characters | Christoph M. Becker | 2018-08-25 | 1 | -0/+23 |
* | Fix #63839: iconv_mime_decode_headers function is skipping headers | Christoph M. Becker | 2018-08-25 | 1 | -0/+71 |
* | Fix #55146: iconv_mime_decode_headers() skips some headers | Christoph M. Becker | 2018-08-25 | 1 | -0/+36 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2018-04-24 | 1 | -2/+4 |
|\ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2018-04-24 | 1 | -2/+4 |
| |\ | |||||
| | * | Fix test portability | Anatol Belski | 2018-04-24 | 1 | -2/+4 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2018-04-23 | 1 | -0/+18 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2018-04-23 | 1 | -0/+18 |
| |\ \ | | |/ | |||||
| | * | Fix test | Stanislav Malyshev | 2018-04-22 | 1 | -2/+4 |
| | * | Fix bug #76249 - fail on invalid sequences | Stanislav Malyshev | 2018-04-22 | 1 | -0/+16 |
| | * | fix tests | Anatol Belski | 2015-08-21 | 1 | -1/+1 |
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-05-09 | 1 | -0/+27 |
| | |\ | |||||
| | | * | Fix #48147 - implement manual handling of //IGNORE for broken libc | Stanislav Malyshev | 2015-05-09 | 1 | -0/+27 |
* | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-08-30 | 1 | -0/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix #72320: iconv_substr returns false for empty strings | Christoph M. Becker | 2016-07-29 | 1 | -0/+14 |
* | | | | Add negative offset support to iconv_strpos() | Francois Laupretre | 2016-03-09 | 4 | -129/+160 |
* | | | | strpos()/stripos(): Add support for negative offsets | Francois Laupretre | 2016-03-09 | 1 | -1/+0 |
|/ / / | |||||
* | | | added regression test for bug #69840 | Christoph M. Becker | 2015-06-17 | 1 | -0/+20 |
* | | | Fix #48147 - implement manual handling of //IGNORE for broken libc | Stanislav Malyshev | 2015-05-08 | 1 | -0/+27 |
* | | | remove the extra comma | Anatol Belski | 2014-12-26 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-12-25 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2014-12-25 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Fixed test | Xinchen Hui | 2014-12-25 | 1 | -0/+2 |
* | | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 5 | -39/+39 |
* | | | Merge branch 'master' into zppFailOnOverflow | Andrea Faulds | 2014-11-29 | 2 | -0/+38 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-5.6' | Anatol Belski | 2014-11-24 | 2 | -1/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-11-24 | 2 | -1/+21 |
| | |\ \ | | | |/ | |||||
| | | * | fork test for windows | Anatol Belski | 2014-11-24 | 2 | -1/+21 |
| * | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-11-23 | 1 | -0/+18 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-11-23 | 1 | -0/+18 |
| | |\ \ | | | |/ | |||||
| | | * | added various tests for XSLTProcessor and one test for iconv extension | Rodrigo Prado de Jesus | 2014-09-28 | 1 | -0/+18 |
* | | | | skip tests on 32-bit | Andrea Faulds | 2014-11-28 | 3 | -2/+5 |
* | | | | Fixes iconv tests | Florian MARGAINE | 2014-11-09 | 4 | -36/+10 |
|/ / / | |||||
* | | | fixed the test | Anatol Belski | 2014-08-21 | 1 | -2/+2 |
|/ / | |||||
* | | Remove unneeded string copy. | Yasuo Ohgaki | 2014-03-27 | 1 | -0/+77 |
* | | Add missing E_DEPRECATED error for https://wiki.php.net/rfc/default_encoding | Yasuo Ohgaki | 2014-03-12 | 7 | -0/+12 |
* | | Implement RFC https://wiki.php.net/rfc/default_encoding | Yasuo Ohgaki | 2014-02-13 | 2 | -27/+95 |
|/ | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 9 | -0/+0 |
|\ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 9 | -0/+0 |
| * | Fix the test in 5.4 and trunk. | Hannes Magnusson | 2011-09-05 | 1 | -1/+1 |
| * | Fixed test. Apparently it was already fixed on PHP_5_3 98% of the cases and | Matteo Beccati | 2011-08-31 | 1 | -7/+7 |
| * | Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words) | Ilia Alshanetsky | 2010-12-01 | 1 | -0/+29 |
| * | Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits) | Ilia Alshanetsky | 2010-11-25 | 1 | -0/+13 |
| * | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 1 | -1/+1 |
| * | Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skipping | Adam Harvey | 2010-09-30 | 1 | -0/+41 |
| * | Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken). | Adam Harvey | 2010-05-04 | 1 | -0/+22 |
* | | - missing --SKIPIF-- | Pierre Joye | 2011-09-06 | 1 | -0/+1 |
* | | - add skipif | Pierre Joye | 2011-09-06 | 1 | -0/+3 |