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 | 2 | -2/+23 | |
* | | | | 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 | 2 | -2/+18 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-26 | 2 | -2/+18 | |
| |\ \ | | |/ | ||||||
| | * | Fix #68180: iconv_mime_decode can return extra characters in a header | Christoph M. Becker | 2018-08-26 | 2 | -2/+18 | |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-25 | 2 | -1/+27 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-25 | 2 | -1/+27 | |
| |\ \ | | |/ | ||||||
| | * | Fix #60494: iconv_mime_decode does ignore special characters | Christoph M. Becker | 2018-08-25 | 2 | -1/+27 | |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-25 | 2 | -0/+88 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-25 | 2 | -0/+88 | |
| |\ \ | | |/ | ||||||
| | * | Fix #63839: iconv_mime_decode_headers function is skipping headers | Christoph M. Becker | 2018-08-25 | 2 | -0/+88 | |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-25 | 2 | -0/+39 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-25 | 2 | -0/+39 | |
| |\ \ | | |/ | ||||||
| | * | Fix #55146: iconv_mime_decode_headers() skips some headers | Christoph M. Becker | 2018-08-25 | 2 | -0/+39 | |
* | | | Fix #53891: iconv_mime_encode() fails to Q-encode UTF-8 string | Christoph M. Becker | 2018-08-25 | 2 | -1/+24 | |
* | | | Fix AC_RUN_IFELSE calls when cross-compiling | Peter Kokot | 2018-07-30 | 1 | -1/+1 | |
* | | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE | Peter Kokot | 2018-07-30 | 1 | -14/+11 | |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 3 | -6/+1 | |
* | | | Give a reason why the test was skipped | Gabriel Caruso | 2018-07-22 | 3 | -6/+6 | |
* | | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -1/+1 | |
* | | | Remove Git ident attribute from the iconv extension | Peter Kokot | 2018-06-16 | 1 | -2/+0 | |
* | | | 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' | Anatol Belski | 2018-04-24 | 1 | -2/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-04-24 | 1 | -2/+4 | |
| |\ \ | | |/ | ||||||
| | * | 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.2' | Stanislav Malyshev | 2018-04-23 | 2 | -0/+21 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-04-23 | 2 | -0/+21 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2018-04-23 | 2 | -0/+21 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2018-04-23 | 2 | -0/+21 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Fix tsrm_ls | Stanislav Malyshev | 2018-04-23 | 1 | -1/+1 | |
| | | | * | Fix test | Stanislav Malyshev | 2018-04-22 | 1 | -2/+4 | |
| | | | * | Fix bug #76249 - fail on invalid sequences | Stanislav Malyshev | 2018-04-22 | 2 | -0/+19 | |
| | | | * | More string length checks & fixes | Stanislav Malyshev | 2016-11-03 | 1 | -1/+1 | |
| | | * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 | |
* | | | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 6 | -6/+6 | |
* | | | | | Remove unnecessary cast | Anatol Belski | 2018-02-17 | 1 | -1/+1 | |
* | | | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 5 | -39/+39 | |
* | | | | | Add missing SKIPIF sections | Gabriel Caruso | 2018-02-03 | 1 | -0/+2 | |
* | | | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-01-26 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-26 | 1 | -0/+2 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Be consistent in clearing out in php_iconv_string() | Philip Prindeville | 2018-01-26 | 1 | -0/+2 | |
| | * | | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 | |
| | * | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 | |
| * | | | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 | |
* | | | | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 | |
* | | | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -3/+3 |