History log of /PHP-7.1/ext/standard/streamsfuncs.c (Results 51 – 75 of 245)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1
# 34e686c5 02-Jul-2014 Michael Wallner

fix integer overflow in {stream,file}_{get,put}_contents()


Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1
# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication


Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# d8651fbe 03-May-2014 Xinchen Hui

Make they are in the same style of Z_ISREF


Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28
# 7652a977 18-Apr-2014 Dmitry Stogov

Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_hash_move_forward() and family.


Revision tags: php-5.4.28RC1
# f9b26bc3 15-Apr-2014 Dmitry Stogov

Cleanup (2-nd round)


Revision tags: php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


Revision tags: php-5.6.0beta1
# d9f6068f 09-Apr-2014 Dmitry Stogov

Fixed GC


# 3d17219c 07-Apr-2014 Dmitry Stogov

Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and family require second argument to be real pointer.
&(ht)->nInternalPointer should be passed instead of NULL.
zend_h

Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and family require second argument to be real pointer.
&(ht)->nInternalPointer should be passed instead of NULL.
zend_hash_update_current_key() may work only with internal pointer.

show more ...


# 76cc99fe 03-Apr-2014 Dmitry Stogov

Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)


# d8099d04 02-Apr-2014 Dmitry Stogov

Changed data layout to allow more efficient operations


Revision tags: php-5.4.27
# 6b2ed577 01-Apr-2014 Dmitry Stogov

Avoid unnecessry reallocations


Revision tags: php-5.5.11, php-5.5.11RC1, php-5.4.27RC1
# ec115306 19-Mar-2014 Anatol Belski

remove obsolete comment


# 62f6c585 19-Mar-2014 Anatol Belski

Fixes to various stream cast on win64

This fixes further issues on win64 with casts from the streams.
Sockets/descriptors handling was unitized. This has an impact only on
win64, php

Fixes to various stream cast on win64

This fixes further issues on win64 with casts from the streams.
Sockets/descriptors handling was unitized. This has an impact only on
win64, php_socket_t otherwise can be feed back to int datatype.

show more ...


# e47c080c 18-Mar-2014 Dmitry Stogov

Fixed stream_filter_remove()


# 53a63dbd 17-Mar-2014 Dmitry Stogov

Fixed stream notifier


# c094fc11 14-Mar-2014 Dmitry Stogov

Fixed refcounting


# 5edbe296 07-Mar-2014 Xinchen Hui

Fixed bug codes in stream_resolve_include_path....


Revision tags: php-5.5.10, php-5.4.26
# cb5e9eac 05-Mar-2014 Xinchen Hui

Fixed memory leak (ext/standard/tests/file/stream_002.phpt)


# 63a1b349 05-Mar-2014 Xinchen Hui

Fixed segfault


# 1c427513 05-Mar-2014 Xinchen Hui

Refactor stream_get_record to return zend_string


# 1a828f42 05-Mar-2014 Xinchen Hui

Fixed stream_cast


# bab58ab9 04-Mar-2014 Xinchen Hui

Fixed stream_select (incompeleted)


# 6374fce5 03-Mar-2014 Xinchen Hui

Wrong type check


# 84342371 28-Feb-2014 Dmitry Stogov

Fixed user stream filters


# 41da7f27 27-Feb-2014 Chris Wright

Allow crypto_method context value in stream_socket_enable_crypto()


12345678910