History log of /PHP-7.4/main/streams/streams.c (Results 76 – 100 of 324)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# e112f6a0 14-Dec-2014 Anatol Belski

second shot on removing TSRMLS_*


# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


# 4b953534 19-Nov-2014 Veres Lajos

typo fixes - https://github.com/vlajos/misspell_fixer


# 9858df2f 27-Oct-2014 Anatol Belski

fix datatype mismatch warnings


# b0d86d87 27-Oct-2014 Anatol Belski

fix datatype mismatches


# 7b8222aa 15-Oct-2014 Ferenc Kovacs

Revert "Merge branch 'PHP-5.4' into PHP-5.5"

This reverts commit 30a73658c63a91c413305a4c4d49882fda4dab3e, reversing
changes made to 7fac56e0729385bbd2bb040f06a20a697d9de5fd.


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


# 32be79dc 23-Aug-2014 Chris Wright

Fix stream_select() issue with OpenSSL buffer

Ensure data from OpenSSL internal buffer has been
transfered to PHP stream buffer before a select()
emulation operation is performed

Fix stream_select() issue with OpenSSL buffer

Ensure data from OpenSSL internal buffer has been
transfered to PHP stream buffer before a select()
emulation operation is performed

Addresses bug #65137
https://bugs.php.net/bug.php?id=65137

Conflicts:
ext/openssl/xp_ssl.c

show more ...


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# 8ee2a4a9 16-Aug-2014 Anatol Belski

first shot on merging the core fro the int64 branch


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29
# 417ed16d 07-Aug-2014 Dmitry Stogov

Make stream->context indirect trough zend_resource (stream->ctx->ptr).
Fixed ext/standard/tests/streams/bug61115.phpt


Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1
# 449f3e64 31-Jul-2014 Dmitry Stogov

Fixed resource leak


Revision tags: php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14
# 27776626 20-Jun-2014 Dmitry Stogov

Hide warning message after fatal errors


Revision tags: php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13
# 922285ec 26-May-2014 Xinchen Hui

Don't use cast (compiler friendly)


# 59d74db1 21-May-2014 Xinchen Hui

Fixed segafult while stream is referenced by persistent resource (like dba)


# 98f801cc 19-May-2014 Xinchen Hui

Fixed resources apply_dtor


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28
# 72c287bd 21-Apr-2014 Dmitry Stogov

Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word


Revision tags: php-5.4.28RC1, php-5.5.12RC1
# a18cec1b 14-Apr-2014 Boro Sitnikovski

Fix bug #65701: Do not use cache for file file copy


Revision tags: php-5.6.0beta1
# d08b4dbf 03-Apr-2014 Michael Wallner

Fix Bug #66736 fpassthru broken


# 1ec83d44 02-Apr-2014 Michael Wallner

Fixed bug #61019 (Out of memory on command stream_get_contents)


# d8099d04 02-Apr-2014 Dmitry Stogov

Changed data layout to allow more efficient operations


12345678910>>...13