summaryrefslogtreecommitdiff
path: root/main/php_streams.h
Commit message (Expand)AuthorAgeFilesLines
* ensure the flag doesn't overflowAnatol Belski2016-10-061-1/+1
* handle the stream->__exposed flag correctlyAnatol Belski2016-10-061-2/+2
* uint vs. uint32_tAnatol Belski2016-10-051-1/+1
* reduce size of stream structAnatol Belski2016-10-051-10/+14
* prevent flags overflowsAnatol Belski2016-10-051-1/+1
* fix blocking pipe stream option valueAnatol Belski2016-08-171-3/+3
* Eliminate usages of _PP macrosNikita Popov2016-03-031-6/+0
* Fix format attributes in ZTSNikita Popov2016-02-141-8/+0
* 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
* | Fix typo in php_stream_from_res_no_verifyJakub Zelenka2015-11-291-1/+1
* | fixed wrong number for the new optionAnatol Belski2015-07-021-3/+3
* | add missing stuff is the headerAnatol Belski2015-07-021-0/+6
* | Only call stream_flush if anything was writtenBob Weinand2015-06-301-9/+11
* | Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-081-0/+1
* | Another minor cleanup, drop ENFORCE_SAFE_MODE (all except pdo_pgsql have #if'...Kalle Sommer Nielsen2015-03-291-1/+0
* | Merge branch 'PHP-5.6'Daniel Lowrey2015-03-051-0/+3
|\ \ | |/
| * Fix stream_select() issue with OpenSSL bufferChris Wright2015-03-051-0/+3
| * bump yearXinchen Hui2015-01-151-1/+1
* | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-3/+3
* | found type is unnecessaryXinchen Hui2015-02-021-4/+4
* | Use resource directlyXinchen Hui2015-02-021-0/+1
* | Ported ftpXinchen Hui2015-02-021-0/+6
* | Cleanup resource handling APIsXinchen Hui2015-02-021-2/+7
* | bump yearXinchen Hui2015-01-151-1/+1
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-151-2/+2
|\ \
| * | Reorder to save alignment size (of course, only for common used structs)Xinchen Hui2014-12-151-2/+2
* | | second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-121/+121
|/ /
* | Merge branch 'PHP-5.6'Ferenc Kovacs2014-10-151-3/+0
|\ \ | |/
| * Revert "Merge branch 'PHP-5.4' into PHP-5.5"Ferenc Kovacs2014-10-151-3/+0
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Revert "remove a few gcc format attributes from some printf-like functions"Nikita Popov2014-09-031-4/+4
* | remove a few gcc format attributes from some printf-like functionsNuno Lopes2014-08-311-4/+4
* | Merge branch 'PHP-5.6'Chris Wright2014-08-271-0/+3
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Chris Wright2014-08-271-0/+3
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Chris Wright2014-08-271-0/+3
| | |\
| | | * Fix stream_select() issue with OpenSSL bufferChris Wright2014-08-271-0/+3
* | | | master renames phase 4Anatol Belski2014-08-251-10/+2
* | | | master renames phase 3Anatol Belski2014-08-251-2/+2
* | | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-7/+17
* | | | Make stream->context indirect trough zend_resource (stream->ctx->ptr).Dmitry Stogov2014-08-071-1/+4
* | | | Fixed resource leakDmitry Stogov2014-07-311-9/+2
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-04-201-0/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-201-0/+1
| | |\ \ | | | |/
| | | * Fix bug #65701: Do not use cache for file file copyBoro Sitnikovski2014-04-201-0/+1
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1