summaryrefslogtreecommitdiff
path: root/main/streams/streams.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Avoid strings duplication (zend_hash* and printf may work with non zero termi...Dmitry Stogov2017-11-301-8/+7
* | Merge branch 'PHP-7.2'Sara Golemon2017-11-131-2/+5
|\ \ | |/
| * Bugfix#75515 php://streams behaving greedilySara Golemon2017-11-131-2/+5
* | Merge branch 'PHP-7.2'Sara Golemon2017-11-061-1/+1
|\ \ | |/
| * Fixes #68948 related to a BC break introduced by #68532 fix.Simon JAILLET2017-11-061-1/+1
* | Fixed memory leaksDmitry Stogov2017-11-021-1/+6
* | Persistent resources are "thread-local".Dmitry Stogov2017-11-011-6/+1
* | Use interned strings for persistent stream wrappers and filtersDmitry Stogov2017-10-311-7/+5
* | Merge branch 'master' into rc_debugDmitry Stogov2017-10-271-1/+1
|\ \
| * | Use per-request heap instead of system oneDmitry Stogov2017-10-271-1/+1
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-3/+3
|/ /
* | Move cwd_state and path related routines to size_tAnatol Belski2017-07-271-1/+1
|/
* Keep resource of enclosing stream, because it may be referenced from other pl...Dmitry Stogov2017-07-191-3/+2
* shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-30/+0
* Merge branch 'PHP-7.1'Bob Weinand2017-03-141-0/+2
|\
| * 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
* | | Interned strings unification for TS/NTSAnatol Belski2017-03-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-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