summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Fixes to various stream cast on win64Anatol Belski2014-03-191-12/+4
| |/ / /
* | | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-58/+24
* | | | Cleanup (2-nd round)Dmitry Stogov2014-04-151-7/+11
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-5/+5
* | | | Fixed GCDmitry Stogov2014-04-091-0/+1
* | | | Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and f...Dmitry Stogov2014-04-071-2/+2
* | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+1
* | | | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-2/+2
* | | | Avoid unnecessry reallocationsDmitry Stogov2014-04-011-4/+2
* | | | Fixed stream_filter_remove()Dmitry Stogov2014-03-181-1/+1
* | | | Fixed stream notifierDmitry Stogov2014-03-181-10/+9
* | | | Fixed refcountingDmitry Stogov2014-03-141-2/+2
* | | | Fixed bug codes in stream_resolve_include_path....Xinchen Hui2014-03-071-0/+1
* | | | Fixed memory leak (ext/standard/tests/file/stream_002.phpt)Xinchen Hui2014-03-051-0/+3
* | | | Fixed segfaultXinchen Hui2014-03-051-3/+5
* | | | Refactor stream_get_record to return zend_stringXinchen Hui2014-03-051-5/+3
* | | | Fixed stream_castXinchen Hui2014-03-051-3/+1
* | | | Fixed stream_select (incompeleted)Xinchen Hui2014-03-041-0/+4
* | | | Wrong type checkXinchen Hui2014-03-031-1/+1
* | | | Fixed user stream filtersDmitry Stogov2014-02-281-0/+1
* | | | Fixed memory leakXinchen Hui2014-02-261-1/+2
* | | | Refactoring php_stream_copy_to_mem to return zend_stringXinchen Hui2014-02-241-9/+3
* | | | Refactor php_addslashes using zend_stringXinchen Hui2014-02-241-3/+3
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-141-141/+129
|/ / /
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /