Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the last missing SKIPIF | Fabien Villepinte | 2019-09-04 | 1 | -0/+2 |
* | Report errors from stream read and write operations | Nikita Popov | 2019-07-22 | 4 | -15/+76 |
* | Deprecate alternative array access syntax | rjhdby | 2019-07-19 | 1 | -1/+1 |
* | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -2/+0 |
* | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 4 | -5/+5 |
* | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -2/+4 |
* | Remove local variables | Peter Kokot | 2019-02-03 | 3 | -26/+0 |
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 3 | -3/+3 |
* | Clean testfile | Mizunashi Mana | 2018-11-08 | 1 | -0/+4 |
* | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 4 | -4/+1 |
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 7 | -9/+9 |
* | Remove unused ext/bz2/php_bz2.def | Peter Kokot | 2018-09-29 | 1 | -7/+0 |
* | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-13 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | 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 | 3 | -3/+3 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 3 | -3/+3 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 3 | -3/+3 |
* | | | Trim trailing whitespaces in build files | Peter Kokot | 2018-07-29 | 1 | -1/+1 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 9 | -14/+5 |
* | | | 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 | 3 | -3/+3 |
* | | | 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 | 3 | -8/+8 |
* | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -1/+1 |
* | | | Get rid of all these old package[2].xml files, most of these had no had a rel... | Kalle Sommer Nielsen | 2017-08-17 | 1 | -37/+0 |
|/ / | |||||
* | | Remove more unnecessary checks on Zend's allocator functions | Thomas Punt | 2017-03-16 | 1 | -15/+0 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 3 | -3/+3 |
* | | Merge branch 'PHP-7.1' | Stanislav Malyshev | 2016-11-05 | 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 |
* | | | catch up with stream datatypes | Anatol Belski | 2016-10-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 | 3 | -1/+28 |
|\ \ | |/ | |||||
| * | Partial fix for bug #72613 - do not allow reading past error read | Stanislav Malyshev | 2016-07-18 | 3 | -1/+28 |
* | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-06-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-06-22 | 1 | -1/+1 |
| |\ | |||||
| | * | fix dir separator in test | Anatol Belski | 2016-06-22 | 1 | -1/+1 |
* | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -1/+2 |
* | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -2/+2 |
* | | | Fixed the UTF-8 and long path support in the streams on Windows. | Anatol Belski | 2016-06-20 | 2 | -0/+40 |
|/ / | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-06-18 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | Fix bug #72447: Type Confusion in php_bz2_filter_create() | Stanislav Malyshev | 2016-06-18 | 2 | -1/+16 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 3 | -3/+3 |
|\ \ | |/ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 3 | -3/+3 |
| * | bump year | Xinchen Hui | 2015-01-15 | 3 | -3/+3 |