History log of /PHP-7.4/main/streams/streams.c (Results 126 – 150 of 324)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7d04e0fb 08-Jun-2012 Stanislav Malyshev

fix potential overflow in _php_stream_scandir


Revision tags: php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3
# 3e9923dd 06-May-2012 Reeze Xia

Fixed Bug #61961 (file_get_content leaks when access empty file with max length)


Revision tags: php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2
# 0f180a63 07-Apr-2012 Gustavo André dos Santos Lopes

Fixed bug in new stream_get_line() when using NUL as a delimiter.

This is the issue Derick spotted a few days ago..


Revision tags: php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# 9a460497 19-Mar-2012 Gustavo André dos Santos Lopes

MFH: 45a6f8d for 5.4.

- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
together with the last read).
- Fixed bug #60817 (stream_get_line() reads from

MFH: 45a6f8d for 5.4.

- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
together with the last read).
- Fixed bug #60817 (stream_get_line() reads from stream even when there is
already sufficient data buffered). stream_get_line() now behaves more like
fgets(), as is documented.

show more ...


# e132db7a 17-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
fixing bug #61115. This better

- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
for deleting the context was too broad) and so prevents segfaults in new
circumstances (where the inhibition was not broad enough).

show more ...


# d974e442 17-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
fixing bug #61115. This better

- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
for deleting the context was too broad) and so prevents segfaults in new
circumstances (where the inhibition was not broad enough).

show more ...


# ef19fba2 17-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
fixing bug #61115. This better

- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
for deleting the context was too broad) and so prevents segfaults in new
circumstances (where the inhibition was not broad enough).

show more ...


# cdc512af 08-Mar-2012 Gustavo André dos Santos Lopes

- Oops committed old version of the patch in r324020. Fixed. See bug #61253.


# aee85bc1 08-Mar-2012 Gustavo André dos Santos Lopes

- Oops committed old version of the patch in r324020. Fixed. See bug #61253.


# b976ebad 08-Mar-2012 Gustavo André dos Santos Lopes

- Oops committed old version of the patch in r324020. Fixed. See bug #61253.


# 0169020e 08-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_coun

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the
#only one and it may leak memory after this. I say "further break" because
#extensions that do that are already broken (will segfault) under ZTS, which is
#why this patch is necessary.
#There was what I deem as tacit acceptance from 5.3/5.4 RMs on this.

show more ...


# 7166298d 08-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_coun

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the
#only one and it may leak memory after this. I say "further break" because
#extensions that do that are already broken (will segfault) under ZTS, which is
#why this patch is necessary.
#There was what I deem as tacit acceptance from 5.3/5.4 RMs on this.

show more ...


# f413b372 08-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_coun

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the
#only one and it may leak memory after this. I say "further break" because
#extensions that do that are already broken (will segfault) under ZTS, which is
#why this patch is necessary.
#There was what I deem as tacit acceptance from 5.3/5.4 RMs on this.

show more ...


Revision tags: php-5.4.0
# bcefc31e 24-Feb-2012 Gustavo André dos Santos Lopes

- Better fix for #61115.
- Fixed resource leak in stream_socket_client().


# 911330e6 24-Feb-2012 Gustavo André dos Santos Lopes

- Better fix for #61115.
- Fixed resource leak in stream_socket_client().


# cde76622 22-Feb-2012 Gustavo André dos Santos Lopes

- Fixed bug #61115 (stream related segfault on fatal error in
php_stream_context_link).
#run-tests.php is not currently detecting the segfault in the test
#Missing 5.4 merge


# eb1ada85 22-Feb-2012 Gustavo André dos Santos Lopes

- Fixed bug #61115 (stream related segfault on fatal error in
php_stream_context_link).
#run-tests.php is not currently detecting the segfault in the test
#Missing 5.4 merge


# fc134965 21-Feb-2012 Gustavo André dos Santos Lopes

- Revert r134029. The streams pooling API was never used in more
than 8 years and therefore unnecessarily adds complexity.


Revision tags: php-5.4.0RC8, php-5.3.10, php-5.4.0RC7
# 45a6f8d9 22-Jan-2012 Gustavo André dos Santos Lopes

- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
together with the last read).
- Fixed bug #60817 (stream_get_line() reads from stream even when there is

- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
together with the last read).
- Fixed bug #60817 (stream_get_line() reads from stream even when there is
already sufficient data buffered). stream_get_line() now behaves more like
fgets(), as is documented.
#withheld commit to 5.4

show more ...


# f5a45731 22-Jan-2012 Gustavo André dos Santos Lopes

- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
together with the last read).
- Fixed bug #60817 (stream_get_line() reads from stream even when there is

- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
together with the last read).
- Fixed bug #60817 (stream_get_line() reads from stream even when there is
already sufficient data buffered). stream_get_line() now behaves more like
fgets(), as is documented.
#withheld commit to 5.4

show more ...


Revision tags: php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4
# 74d2b2f0 11-Dec-2011 Gustavo André dos Santos Lopes

- Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together
with the last read.


# faec3c51 11-Dec-2011 Gustavo André dos Santos Lopes

- Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together
with the last read.


12345678910>>...13