summaryrefslogtreecommitdiff
path: root/ext/iconv/iconv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #79200: Some iconv functions cut Windows-1258Christoph M. Becker2020-03-231-38/+47
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-081-1/+1
|\
| * Fix #78642: Wrong libiconv version displayedChristoph M. Becker2019-10-081-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-05-271-1/+3
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-05-271-1/+3
| |\
| | * Fix bug #78069 - Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due t...Stanislav Malyshev2019-05-271-1/+3
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-141-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-11-141-1/+5
| |\ \ | | |/
| | * Fix #77147: Fix for 60494 ignores ICONV_MIME_DECODE_CONTINUE_ON_ERRORChristoph M. Becker2018-11-141-1/+5
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-09-221-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-09-221-2/+2
| |\ \ | | |/
| | * Fix #66828: iconv_mime_encode Q-encoding longer than it should beChristoph M. Becker2018-09-221-2/+2
* | | Escape trigraph sequenceNikita Popov2018-09-041-1/+1
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-261-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-261-2/+2
| |\ \ | | |/
| | * Fix #68180: iconv_mime_decode can return extra characters in a headerChristoph M. Becker2018-08-261-2/+2
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-251-1/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-251-1/+4
| |\ \ | | |/
| | * Fix #60494: iconv_mime_decode does ignore special charactersChristoph M. Becker2018-08-251-1/+4
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-251-0/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-251-0/+17
| |\ \ | | |/
| | * Fix #63839: iconv_mime_decode_headers function is skipping headersChristoph M. Becker2018-08-251-0/+17
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-251-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-251-0/+3
| |\ \ | | |/
| | * Fix #55146: iconv_mime_decode_headers() skips some headersChristoph M. Becker2018-08-251-0/+3
* | | Fix #53891: iconv_mime_encode() fails to Q-encode UTF-8 stringChristoph M. Becker2018-08-251-1/+2
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* | | 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'Stanislav Malyshev2018-04-231-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-231-0/+3
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-231-0/+3
| | |\
| | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-231-0/+3
| | | |\
| | | | * Fix tsrm_lsStanislav Malyshev2018-04-231-1/+1
| | | | * Fix bug #76249 - fail on invalid sequencesStanislav Malyshev2018-04-221-0/+3
| | | | * More string length checks & fixesStanislav Malyshev2016-11-031-1/+1
| | | * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | | | Remove unnecessary castAnatol Belski2018-02-171-1/+1
* | | | | 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-021-1/+1
| | * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | | | year++Xinchen Hui2018-01-021-1/+1
* | | | | year++Xinchen Hui2018-01-021-1/+1
* | | | | 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