Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Report errors from stream read and write operations | Nikita Popov | 2019-07-22 | 1 | -5/+5 |
* | 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 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | 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 | -4/+4 |
* | Avoid strings duplication (zend_hash* and printf may work with non zero termi... | Dmitry Stogov | 2017-11-30 | 1 | -5/+3 |
* | Removed support for BeOS, development for BeOS was supported 17 years ago. | Kalle Sommer Nielsen | 2017-08-29 | 1 | -3/+0 |
* | Fix #75031: Support append mode in `php://temp` streams | Adam Saponara | 2017-08-04 | 1 | -3/+27 |
* | eliminate casts | Anatol Belski | 2017-07-09 | 1 | -4/+4 |
* | Merge branch 'PHP-7.1' | Anatol Belski | 2017-04-22 | 1 | -1/+6 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-04-22 | 1 | -1/+6 |
| |\ | |||||
| | * | #74337 pointer returned by php_stream_fopen_tmpfile not validated in memory.c | Anton Serbulov | 2017-04-22 | 1 | -1/+6 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | | Remove more unnecessary checks on Zend's allocator functions | Thomas Punt | 2017-03-16 | 1 | -6/+2 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -8/+0 |
|/ / | |||||
* | | Require strict base64 in data URI | Lauri Kenttä | 2016-07-22 | 1 | -1/+1 |
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 1 | -2/+3 |
|/ | |||||
* | Fix bug #71629: sync php_url_decode definition | Stanislav Malyshev | 2016-02-21 | 1 | -2/+2 |
* | Merge branch 'PHP-5.6.18' into PHP-7.0.3 | Stanislav Malyshev | 2016-02-01 | 1 | -1/+3 |
|\ | |||||
| * | Merge branch 'PHP-5.5.32' into PHP-5.6.18 | Stanislav Malyshev | 2016-02-01 | 1 | -14/+16 |
| |\ | |||||
| | * | Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its input | Stanislav Malyshev | 2016-01-16 | 1 | -14/+16 |
* | | | 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 | Xinchen Hui | 2015-02-05 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Conflicts: | Nayana Hettiarachchi | 2015-02-05 | 1 | -0/+4 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 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 | -2/+2 |
* | | | ZTS cleanup | Reeze Xia | 2015-03-08 | 1 | -1/+1 |
* | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 1 | -1/+1 |
* | | | Remove extra space | Xinchen Hui | 2015-02-05 | 1 | -1/+1 |
* | | | return size_t | Xinchen Hui | 2015-02-05 | 1 | -1/+1 |
* | | | #68986 bug fix | Nayana Hettiarachchi | 2015-02-05 | 1 | -0/+4 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -13/+13 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -33/+33 |
* | | | Merge branch 'PHP-5.6' | Julien Pauli | 2014-12-12 | 1 | -8/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2014-12-12 | 1 | -8/+12 |
| |\ \ | | |/ | |||||
| | * | Fix bug #68532: convert.base64-encode omits padding bytes | mcq8 | 2014-12-12 | 1 | -8/+12 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | fix datatype mismatch | Anatol Belski | 2014-10-27 | 1 | -2/+3 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -5/+5 |
* | | | Merge branch 'master' into test | Dmitry Stogov | 2014-07-07 | 1 | -3/+17 |
|\ \ \ | |/ / | |||||
| * | | restore API compatibility | Michael Wallner | 2014-07-03 | 1 | -1/+6 |