summaryrefslogtreecommitdiff
path: root/main/streams/streams.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-03-141-0/+2
|\
| * Fix stream context changes leaking into copies of previous contextBob Weinand2017-03-141-0/+2
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-061-1/+1
|\ \ | |/
| * fix datatypeAnatol Belski2016-10-061-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-231-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-231-1/+1
| |\
| | * Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"Anatol Belski2016-09-231-1/+1
| | * Fixed bug #73037 SoapServer reports Bad Request when gzippedAnatol Belski2016-09-231-1/+1
| | * Fixed bug #72505 (readfile() mangles files larger than 2G)Xinchen Hui2016-09-161-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-231-1/+1
|\ \ \ | |/ /
| * | Fixed bug #73037 SoapServer reports Bad Request when gzippedAnatol Belski2016-09-231-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Pierrick Charron2016-07-271-5/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Pierrick Charron2016-07-271-5/+0
| |\ \ | | |/
| | * Fixed bug #72686 (zlib: url support is broken).Pierrick Charron2016-07-271-5/+0
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-281-1/+1
|\ \ \ | |/ /
| * | Fixed bug #72505 (readfile() mangles files larger than 2G)Xinchen Hui2016-06-281-1/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
|/ /
* | 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
* | This should be betterXinchen Hui2015-12-301-3/+2
* | Make sure context is set to null to prevent use after freeCaleb Champlin2015-11-091-0/+1
* | Fixed memory leak in php_stream_context_set_option()Dmitry Stogov2015-10-291-8/+9
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-12/+12
* | Only call stream_flush if anything was writtenBob Weinand2015-06-301-4/+16
* | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* | Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-081-8/+3
* | CleanupDmitry Stogov2015-04-071-16/+4
* | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-2/+2
* | Merge branch 'PHP-5.6'Daniel Lowrey2015-03-051-1/+1
|\ \ | |/
| * Fix stream_select() issue with OpenSSL bufferChris Wright2015-03-051-4/+4
| * bump yearXinchen Hui2015-01-151-1/+1
* | Silence a empty while loop warningReeze Xia2015-03-041-1/+3
* | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-8/+8
* | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-16/+9
* | Cleanup resource handling APIsXinchen Hui2015-02-021-3/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-138/+138
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | fix datatype mismatch warningsAnatol Belski2014-10-271-6/+7
* | fix datatype mismatchesAnatol Belski2014-10-271-1/+1
* | Merge branch 'PHP-5.6'Ferenc Kovacs2014-10-151-4/+4
|\ \ | |/
| * Revert "Merge branch 'PHP-5.4' into PHP-5.5"Ferenc Kovacs2014-10-151-4/+4
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Merge branch 'PHP-5.6'Chris Wright2014-08-271-4/+4
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Chris Wright2014-08-271-4/+4
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Chris Wright2014-08-271-4/+4
| | |\