Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-10-08 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-10-08 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix #78642: Wrong libiconv version displayed | Christoph M. Becker | 2019-10-08 | 1 | -1/+1 |
* | | | Cheaper checks for exceptions thrown from __toString() | Dmitry Stogov | 2019-06-06 | 1 | -2/+2 |
* | | | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -5/+8 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2019-05-27 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2019-05-27 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-05-27 | 1 | -1/+3 |
| | |\ | |||||
| | | * | Fix bug #78069 - Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due t... | Stanislav Malyshev | 2019-05-27 | 1 | -1/+3 |
* | | | | Remove unused variables | Peter Kokot | 2019-05-10 | 1 | -1/+1 |
* | | | | Fix internal_encoding fallback in mbstring | Nikita Popov | 2019-04-17 | 1 | -24/+12 |
* | | | | Remove dubious memcmp optimization in iconv | Nikita Popov | 2019-04-12 | 1 | -1/+1 |
* | | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-11-14 | 1 | -1/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-11-14 | 1 | -1/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-11-14 | 1 | -1/+5 |
| | |\ \ | | | |/ | |||||
| | | * | Fix #77147: Fix for 60494 ignores ICONV_MIME_DECODE_CONTINUE_ON_ERROR | Christoph M. Becker | 2018-11-14 | 1 | -1/+5 |
* | | | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-09-22 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-09-22 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-09-22 | 1 | -2/+2 |
| | |\ \ | | | |/ | |||||
| | | * | Fix #66828: iconv_mime_encode Q-encoding longer than it should be | Christoph M. Becker | 2018-09-22 | 1 | -2/+2 |
* | | | | Remove HAVE_STDLIB_H | Peter Kokot | 2018-09-16 | 1 | -4/+1 |
|/ / / | |||||
* | | | Escape trigraph sequence | Nikita Popov | 2018-09-04 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-26 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-26 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fix #68180: iconv_mime_decode can return extra characters in a header | Christoph M. Becker | 2018-08-26 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-25 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-25 | 1 | -1/+4 |
| |\ \ | | |/ | |||||
| | * | Fix #60494: iconv_mime_decode does ignore special characters | Christoph M. Becker | 2018-08-25 | 1 | -1/+4 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-25 | 1 | -0/+17 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-25 | 1 | -0/+17 |
| |\ \ | | |/ | |||||
| | * | Fix #63839: iconv_mime_decode_headers function is skipping headers | Christoph M. Becker | 2018-08-25 | 1 | -0/+17 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-25 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-25 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Fix #55146: iconv_mime_decode_headers() skips some headers | Christoph M. Becker | 2018-08-25 | 1 | -0/+3 |
* | | | Fix #53891: iconv_mime_encode() fails to Q-encode UTF-8 string | Christoph M. Becker | 2018-08-25 | 1 | -1/+2 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -1/+1 |
* | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -5/+5 |
* | | | Avoid useless checks, using zend_string_efree(), in cases where the string is... | Dmitry Stogov | 2018-05-08 | 1 | -9/+9 |
* | | | Merge branch 'PHP-7.2' | Stanislav Malyshev | 2018-04-23 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-04-23 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2018-04-23 | 1 | -0/+3 |
| | |\ | |||||
| | | * | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2018-04-23 | 1 | -0/+3 |
| | | |\ | |||||
| | | | * | Fix tsrm_ls | Stanislav Malyshev | 2018-04-23 | 1 | -1/+1 |
| | | | * | Fix bug #76249 - fail on invalid sequences | Stanislav Malyshev | 2018-04-22 | 1 | -0/+3 |
| | | | * | More string length checks & fixes | Stanislav Malyshev | 2016-11-03 | 1 | -1/+1 |
| | | * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | | | | Remove unnecessary cast | Anatol Belski | 2018-02-17 | 1 | -1/+1 |