summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Add FAST_ZPP to various important stream funcsBob Weinand2015-09-201-58/+145
* Fixed bug #69521 (Segfault in gc_collect_cycles()).Xinchen Hui2015-07-021-9/+4
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-9/+9
* Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-1/+1
* Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-2/+2
* Fixes for x32 ABINikita Popov2015-05-231-1/+1
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-1/+1
| |\
| | * Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-1/+1
| | |\
| | | * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-1/+1
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | Revert "Add stream_socket_crypto_info() function"Daniel Lowrey2015-03-091-40/+0
* | | | Merge branch 'tls-alpn'Daniel Lowrey2015-03-041-0/+40
|\ \ \ \
| * | | | Add TLS ALPN extension support in crypto client/server streamsDaniel Lowrey2015-02-281-0/+1
| * | | | Add stream_socket_crypto_info() functionDaniel Lowrey2015-02-281-0/+39
* | | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-5/+3
|/ / / /
* | | | found type is unnecessaryXinchen Hui2015-02-021-1/+1
* | | | Cleanup resource handling APIsXinchen Hui2015-02-021-4/+4
* | | | Optimized php_addslashesXinchen Hui2015-01-191-6/+5
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | | | second shot on removing TSRMLS_*Anatol Belski2014-12-141-3/+3
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-112/+112
* | | | fix datatype mismatchesAnatol Belski2014-10-241-15/+27
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-7/+7
* | | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | | | master renames phase 3Anatol Belski2014-08-251-2/+2
* | | | master renames phase 1Anatol Belski2014-08-251-68/+68
* | | | fixes to %pd format usageAnatol Belski2014-08-241-2/+2
* | | | yet more fixes to zppAnatol Belski2014-08-201-38/+38
* | | | further fixes on coreAnatol Belski2014-08-161-1/+1
* | | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-23/+23
* | | | cleanup (use zend_string* instead of char*)Dmitry Stogov2014-08-131-39/+20
* | | | Make stream->context indirect trough zend_resource (stream->ctx->ptr).Dmitry Stogov2014-08-071-3/+4
* | | | Merge branch 'master' into testDmitry Stogov2014-07-071-0/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2014-07-021-1/+5
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2014-07-021-1/+5
| | |\ \ | | | |/
| | | * fix integer overflow in {stream,file}_{get,put}_contents()Michael Wallner2014-07-021-1/+5
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-7/+5
* | | | Merge branch 'master' into phpngDmitry Stogov2014-05-131-6/+16
|\ \ \ \ | |/ / /
| * | | Bug #67224: stream_socket_enable_crypto()Daniel Lowrey2014-05-071-6/+16
| |\ \ \
| | * | | Allow crypto_method context value in stream_socket_enable_crypto()Chris Wright2014-02-271-6/+16
* | | | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-1/+1
* | | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-22/+9
|\ \ \ \ \ | |/ / / /
| * | | | remove obsolete commentAnatol Belski2014-03-191-3/+0