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 | -2/+2 |
* | Fix #68180: iconv_mime_decode can return extra characters in a header | Christoph M. Becker | 2018-08-26 | 1 | -2/+2 |
* | Fix #60494: iconv_mime_decode does ignore special characters | Christoph M. Becker | 2018-08-25 | 1 | -1/+4 |
* | Fix #63839: iconv_mime_decode_headers function is skipping headers | Christoph M. Becker | 2018-08-25 | 1 | -0/+17 |
* | Fix #55146: iconv_mime_decode_headers() skips some headers | Christoph M. Becker | 2018-08-25 | 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 |
* | | | Be consistent in clearing out in php_iconv_string() | Philip Prindeville | 2018-01-26 | 1 | -0/+2 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | | remove useless assignment | Anatol Belski | 2016-09-01 | 1 | -1/+0 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-08-30 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix #72320: iconv_substr returns false for empty strings | Christoph M. Becker | 2016-07-29 | 1 | -2/+2 |
* | | | Add negative offset support to iconv_strpos() | Francois Laupretre | 2016-03-09 | 1 | -3/+12 |
|/ / | |||||
* | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
* | | Format string fixes | Nikita Popov | 2016-02-14 | 1 | -2/+2 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-05-09 | 1 | -0/+30 |
| |\ | |||||
| | * | Fix #48147 - implement manual handling of //IGNORE for broken libc | Stanislav Malyshev | 2015-05-09 | 1 | -0/+30 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Removed dead code | Julien Pauli | 2015-08-17 | 1 | -1/+0 |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -61/+61 |
* | | | Fixed bug #69840 (iconv_substr() doesn't work with UTF-16BE) | Kalle Sommer Nielsen | 2015-06-17 | 1 | -1/+1 |
* | | | Make convert_to_* safe with rc>1 | Nikita Popov | 2015-06-11 | 1 | -9/+5 |
* | | | Fix #48147 - implement manual handling of //IGNORE for broken libc | Stanislav Malyshev | 2015-05-08 | 1 | -0/+30 |
* | | | Clean up some type conversions | Nikita Popov | 2015-04-27 | 1 | -13/+5 |
* | | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte... | Dmitry Stogov | 2015-03-20 | 1 | -3/+3 |
* | | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
* | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -2/+2 |
* | | | fix warnings | Michael Wallner | 2015-01-30 | 1 | -1/+4 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -114/+114 |
* | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-18 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | fix datatype mismatches | Anatol Belski | 2014-10-29 | 1 | -4/+4 |
* | | | | ext/iconv, ext/json and ext/session use static tsrmls pointer | Anatol Belski | 2014-10-17 | 1 | -0/+6 |
* | | | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+1 |
* | | | | cleanup after the removed PHP_OUTPUT_TSRMLS | Anatol Belski | 2014-09-26 | 1 | -1/+0 |
|/ / / | |||||
* | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | | Use inline functions for most of smart_str | Nikita Popov | 2014-09-19 | 1 | -8/+2 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | redo the fix casting to size_t | Anatol Belski | 2014-09-16 | 1 | -3/+3 |