Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-01-18 | 1 | -1/+1 |
|\ | |||||
| * | Fix seeking in php://input | Lauri Kenttä | 2019-01-18 | 1 | -1/+1 |
| | | |||||
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
* | | Turn "php_stream_wrapper"s into constants | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
| | | | | | | | | Keep non-constant "php_stream_wrapper"s in API functions and callbacks for compatibility. | ||||
* | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -3/+3 |
| | | |||||
* | | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -2/+1 |
| | | |||||
* | | Removed support for BeOS, development for BeOS was supported 17 years ago. | Kalle Sommer Nielsen | 2017-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | This patch however does not drop support for the BeOS compatible variant, Haiku, see Github PR #2697 which is currently a WiP I intentionally left out some fragments for BeOS in the build system for that seems to be bundles | ||||
* | | Fix #75031: Support append mode in `php://temp` streams | Adam Saponara | 2017-08-04 | 1 | -10/+3 |
|/ | | | | | | This patch introduces a distinction between write mode and append mode in `php://temp` and `php://memory` streams, achieving parity with C stdio. | ||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-10-05 | 1 | -1/+5 |
|\ | | | | | | | | | * PHP-7.0: Fix bug #73037, second round | ||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-10-05 | 1 | -1/+5 |
| |\ | | | | | | | | | | | | | * PHP-5.6: Fix bug #73037, second round | ||||
| | * | Fix bug #73037, second round | Anatol Belski | 2016-10-05 | 1 | -1/+5 |
| | | | |||||
* | | | Merge branch 'throw-error-in-extensions' | Aaron Piotrowski | 2016-07-05 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | E_RECOVERABLE_ERROR -> thrown Error | Aaron Piotrowski | 2016-06-14 | 1 | -2/+2 |
| |/ / | |||||
* | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-23 | 1 | -1/+2 |
|/ / | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | 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 |
| | | |||||
* | | select the case to set the pipe blocking option more precisely | Anatol Belski | 2015-07-02 | 1 | -8/+18 |
| | | |||||
* | | properly set the pipe blocking option | Anatol Belski | 2015-07-02 | 1 | -6/+8 |
| | | |||||
* | | initial stuff to make allow blocking pipes on windows | Anatol Belski | 2015-07-02 | 1 | -0/+9 |
| | | |||||
* | | fix datatype mismatches | Anatol Belski | 2015-03-24 | 1 | -1/+1 |
| | | |||||
* | | Use zend_string* instead of char* for opened_patch handling. Avoid ↵ | Dmitry Stogov | 2015-03-04 | 1 | -1/+2 |
| | | | | | | | | reallocations and improve string reuse. | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| | | |||||
* | | Fixed #68692 | Xinchen Hui | 2015-01-08 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -28/+28 |
| | | |||||
* | | proper dllexport | Anatol Belski | 2014-11-18 | 1 | -1/+1 |
| | | |||||
* | | fix datatype mismatches | Anatol Belski | 2014-10-23 | 1 | -2/+2 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 4 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -4/+4 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | | |||||
* | | further fixes to ext/standard | Anatol Belski | 2014-08-18 | 1 | -9/+9 |
|/ | |||||
* | refactor php_stream_temp_create{,_ex} and use it for the php://input stream | Michael Wallner | 2014-07-03 | 1 | -1/+1 |
| | |||||
* | remove useless indirection | Michael Wallner | 2014-05-06 | 1 | -11/+12 |
| | | | | | the stream was initialized within the ops in a prior version of the slim_post_data patch | ||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | fix bad cast | Michael Wallner | 2013-10-08 | 1 | -4/+4 |
| | |||||
* | final bits | Michael Wallner | 2013-09-17 | 1 | -1/+4 |
| | |||||
* | Merge branch 'slim-postdata-merge' | Michael Wallner | 2013-09-17 | 1 | -10/+35 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * slim-postdata-merge: remove unused code tests make reading php://input JIT if enable_post_data_reading=0 revert stream cast fix ZTS build slim post data Conflicts: ext/soap/soap.c ext/standard/php_fopen_wrapper.c main/SAPI.c | ||||
| * | remove unused code | Michael Wallner | 2013-09-10 | 1 | -16/+0 |
| | | |||||
| * | make reading php://input JIT if enable_post_data_reading=0 | Michael Wallner | 2013-09-10 | 1 | -6/+49 |
| | | |||||
| * | slim post data | Michael Wallner | 2013-08-27 | 1 | -34/+28 |
| | | |||||
* | | we need to use the full stream wrapper for filters | Michael Wallner | 2013-09-17 | 1 | -4/+6 |
| | | |||||
* | | slim post data | Michael Wallner | 2013-08-27 | 1 | -34/+28 |
|/ | |||||
* | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -1/+2 |
| | | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len. | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | fd fix | Stanislav Malyshev | 2012-05-15 | 1 | -0/+14 |
| |