Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Report errors from stream read and write operations | Nikita Popov | 2019-07-22 | 1 | -10/+18 |
* | 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.2' into PHP-7.3 | Christoph M. Becker | 2018-08-13 | 1 | -1/+1 |
|\ | |||||
| * | Fix arginfo for bzcompress | Tyson Andre | 2018-08-13 | 1 | -1/+1 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | Use variables that already received ZEND_NUM_ARGS() | Gabriel Caruso | 2018-07-22 | 1 | -4/+2 |
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is... | Dmitry Stogov | 2018-05-08 | 1 | -3/+3 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Turn "php_stream_wrapper"s into constants | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -2/+2 |
* | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -1/+1 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-11-05 | 1 | -1/+1 |
|\ | |||||
| * | More int->size_t and string overflow fixes | Stanislav Malyshev | 2016-11-05 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-08-19 | 1 | -13/+20 |
|\ \ | |/ | |||||
| * | Improve fix for bug #72837 | Anatol Belski | 2016-08-19 | 1 | -13/+20 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2016-08-17 | 1 | -4/+14 |
|\ \ | |/ | |||||
| * | Fix bug #72837 - integer overflow in bzdecompress caused heap corruption | Anatol Belski | 2016-08-16 | 1 | -4/+14 |
* | | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-07-19 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | Partial fix for bug #72613 - do not allow reading past error read | Stanislav Malyshev | 2016-07-18 | 1 | -1/+5 |
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -1/+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 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -6/+6 |
* | | Fixed bug #68887 (resources are not freed correctly) | Dmitry Stogov | 2015-04-08 | 1 | -0/+3 |
* | | cleaning up the version macros | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | silence warning | Stanislav Malyshev | 2015-03-22 | 1 | -1/+1 |
* | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -2/+2 |
* | | indent | Xinchen Hui | 2015-03-04 | 1 | -1/+1 |
* | | Fixed memleak | Xinchen Hui | 2015-03-04 | 1 | -0/+4 |
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 1 | -15/+3 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -25/+25 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -26/+26 |
* | | fix some datatype mismatches in ext/bz2 | Anatol Belski | 2014-10-30 | 1 | -9/+35 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | remove useless check | Anatol Belski | 2014-09-19 | 1 | -6/+0 |
* | | 's' works with size_t round 2 | Anatol Belski | 2014-08-27 | 1 | -1/+2 |
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
* | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -16/+16 |
* | | fixes to ext/bz2 | Anatol Belski | 2014-08-19 | 1 | -8/+8 |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -5/+5 |
* | | test the right length and remove unused var (remaining from 'old' version) | Pierre Joye | 2014-05-16 | 1 | -7/+5 |
* | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-13 | 1 | -2/+12 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-05-08 | 1 | -2/+2 |
| |\ |