summaryrefslogtreecommitdiff
path: root/main/streams/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Report errors from stream read and write operationsNikita Popov2019-07-221-5/+5
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-141-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-4/+4
* Avoid strings duplication (zend_hash* and printf may work with non zero termi...Dmitry Stogov2017-11-301-5/+3
* Removed support for BeOS, development for BeOS was supported 17 years ago.Kalle Sommer Nielsen2017-08-291-3/+0
* Fix #75031: Support append mode in `php://temp` streamsAdam Saponara2017-08-041-3/+27
* eliminate castsAnatol Belski2017-07-091-4/+4
* Merge branch 'PHP-7.1'Anatol Belski2017-04-221-1/+6
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-221-1/+6
| |\
| | * #74337 pointer returned by php_stream_fopen_tmpfile not validated in memory.cAnton Serbulov2017-04-221-1/+6
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Remove more unnecessary checks on Zend's allocator functionsThomas Punt2017-03-161-6/+2
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-8/+0
|/ /
* | Require strict base64 in data URILauri Kenttä2016-07-221-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-211-2/+3
|/
* Fix bug #71629: sync php_url_decode definitionStanislav Malyshev2016-02-211-2/+2
* Merge branch 'PHP-5.6.18' into PHP-7.0.3Stanislav Malyshev2016-02-011-1/+3
|\
| * Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-011-14/+16
| |\
| | * Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its inputStanislav Malyshev2016-01-161-14/+16
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-051-0/+4
| |\ \ | | |/
| | * Conflicts:Nayana Hettiarachchi2015-02-051-0/+4
| | * Bump yearXinchen Hui2015-01-151-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* | | ZTS cleanupReeze Xia2015-03-081-1/+1
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-1/+1
* | | Remove extra spaceXinchen Hui2015-02-051-1/+1
* | | return size_tXinchen Hui2015-02-051-1/+1
* | | #68986 bug fixNayana Hettiarachchi2015-02-051-0/+4
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-13/+13
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-33/+33
* | | Merge branch 'PHP-5.6'Julien Pauli2014-12-121-8/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-12-121-8/+12
| |\ \ | | |/
| | * Fix bug #68532: convert.base64-encode omits padding bytesmcq82014-12-121-8/+12
| | * Bump yearXinchen Hui2014-01-031-1/+1
* | | fix datatype mismatchAnatol Belski2014-10-271-2/+3
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-1/+1
* | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-5/+5
* | | Merge branch 'master' into testDmitry Stogov2014-07-071-3/+17
|\ \ \ | |/ /
| * | restore API compatibilityMichael Wallner2014-07-031-1/+6