summaryrefslogtreecommitdiff
path: root/main/php_streams.h
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-0/+3
* Improve SPL directory and stat() cache using zend_srting* instead of char*Dmitry Stogov2021-02-261-1/+1
* Merge branch 'PHP-8.0'Nikita Popov2020-11-301-0/+4
|\
| * Suppress stream errors in mysqlndNikita Popov2020-11-301-0/+4
* | Remove IGNORE_URL_WIN macroChristoph M. Becker2020-10-181-3/+0
|/
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* php_stream_from_zval can no longer return falseNikita Popov2019-09-031-2/+2
* Report errors from stream read and write operationsNikita Popov2019-07-221-7/+9
* Remove local variablesPeter Kokot2019-02-031-8/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Added parenthesesDmitry Stogov2018-06-061-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-141-2/+2
* Move constants into read-only data segmentDmitry Stogov2017-12-141-4/+4
* Use interned strings for persistent stream wrappers and filtersDmitry Stogov2017-10-311-2/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* 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