summaryrefslogtreecommitdiff
path: root/ext/iconv
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-262-2/+18
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-262-2/+18
| |\
| | * Fix #68180: iconv_mime_decode can return extra characters in a headerChristoph M. Becker2018-08-262-2/+18
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-252-1/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-252-1/+27
| |\ \ | | |/
| | * Fix #60494: iconv_mime_decode does ignore special charactersChristoph M. Becker2018-08-252-1/+27
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-252-0/+88
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-252-0/+88
| |\ \ | | |/
| | * Fix #63839: iconv_mime_decode_headers function is skipping headersChristoph M. Becker2018-08-252-0/+88
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-252-0/+39
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-252-0/+39
| |\ \ | | |/
| | * Fix #55146: iconv_mime_decode_headers() skips some headersChristoph M. Becker2018-08-252-0/+39
* | | Fix #53891: iconv_mime_encode() fails to Q-encode UTF-8 stringChristoph M. Becker2018-08-252-1/+24
* | | Fix AC_RUN_IFELSE calls when cross-compilingPeter Kokot2018-07-301-1/+1
* | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-14/+11
* | | Remove unused Git attributes identPeter Kokot2018-07-253-6/+1
* | | Give a reason why the test was skippedGabriel Caruso2018-07-223-6/+6
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* | | Remove Git ident attribute from the iconv extensionPeter Kokot2018-06-161-2/+0
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-5/+5
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-9/+9
* | | Merge branch 'PHP-7.2'Anatol Belski2018-04-241-2/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-04-241-2/+4
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-04-241-2/+4
| | |\
| | | * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2018-04-241-2/+4
| | | |\
| | | | * Fix test portabilityAnatol Belski2018-04-241-2/+4
* | | | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-04-232-0/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-232-0/+21
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-232-0/+21
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-232-0/+21
| | | |\ \ | | | | |/
| | | | * Fix tsrm_lsStanislav Malyshev2018-04-231-1/+1
| | | | * Fix testStanislav Malyshev2018-04-221-2/+4
| | | | * Fix bug #76249 - fail on invalid sequencesStanislav Malyshev2018-04-222-0/+19
| | | | * More string length checks & fixesStanislav Malyshev2016-11-031-1/+1
| | | * | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | | | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-206-6/+6
* | | | | Remove unnecessary castAnatol Belski2018-02-171-1/+1
* | | | | Use int instead of integer in type errorsGabriel Caruso2018-02-045-39/+39
* | | | | Add missing SKIPIF sectionsGabriel Caruso2018-02-031-0/+2
* | | | | Merge branch 'PHP-7.2'Nikita Popov2018-01-261-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-01-261-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Be consistent in clearing out in php_iconv_string()Philip Prindeville2018-01-261-0/+2
| | * | | year++Xinchen Hui2018-01-022-2/+2
| | * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| * | | | year++Xinchen Hui2018-01-022-2/+2
* | | | | year++Xinchen Hui2018-01-022-2/+2
* | | | | Move constants into read-only data segmentDmitry Stogov2017-12-141-3/+3
* | | | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | | | Cleanup type conversionDmitry Stogov2017-12-071-1/+1
|/ / / /
* | | | Drop unnecessary allocator return value checksNikita Popov2017-03-131-24/+6