History log of /PHP-7.4/main/streams/streams.c (Results 201 – 225 of 324)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.7RC3
# d441b5db 04-Nov-2008 Arnaud Le Blanc

MFH: Fixed stream_get_line() to behave as documented on non-blocking
streams


# 8e220d99 03-Nov-2008 Arnaud Le Blanc

MFH: Fixed bug #44607 (stream_get_line unable to correctly identify the
"ending" in the stream content)


# 0a2bfc79 03-Nov-2008 Arnaud Le Blanc

MFH: Fixed bug #43353 (wrong detection of 'data' wrapper causes notice)


Revision tags: php-5.2.7RC2, php-5.2.7RC1
# 17cfd5f2 22-Sep-2008 Greg Beaver

MF52 fix Bug #46147: after stream seek, appending stream filter reads incorrect data


# 9f684837 26-Aug-2008 David Soria Parra

MFH: Fixed bug #43782 (feof() does not detect timeout on socket)


# 93908474 06-Aug-2008 Antony Dovgal

MFH: increase context refcount before open() to avoid crash when open() fails and destroys the context


Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1
# 04c8373b 11-Jul-2008 Antony Dovgal

MFH


# cf7e15c3 11-Jul-2008 Antony Dovgal

MFH: manage references of stream context properly


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# 99933df5 11-Jun-2008 Dmitry Stogov

closeder/readdir/rewinddir must work only with directories


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6
# cac1fd72 28-Apr-2008 Greg Beaver

fix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex - this breaks require/include for all extensions that intercept zend_resolve_path


# c46d651b 28-Apr-2008 Greg Beaver

Fixed potentially confusing error message on failure when no errors are logged


Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3
# 862f9ee3 27-Mar-2008 Dmitry Stogov

Added ability to use stream wrappers in include_path


Revision tags: RELEASE_2_0_0a2, RELEASE_2_0_0a1
# fc134fd6 24-Mar-2008 Antony Dovgal

MFH: disabled mmap() when copying files to memory


Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1
# 7c1952c8 12-Jan-2008 Greg Beaver

MFH: clarify error message on why opening a stream wrapper failed for allow_url_include/allow_url_fopen, add test for allow_url_fopen


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


# 2dab3c40 29-Dec-2007 Antony Dovgal

correct fix for bug #43522


Revision tags: php-4.4.8RC1
# b9e44139 10-Dec-2007 Ilia Alshanetsky

Fixed bug #43522 (stream_get_line() eats additional characters)


Revision tags: RELEASE_1_2_3, php-5.2.5
# 6362476b 06-Nov-2007 Marcus Boerger

MFH streams stuff


Revision tags: php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2
# 45e96efd 08-Aug-2007 Jani Taskinen

MFH: This is what we get for not doing MFH..or MFB..a mess


# 0cb6dd56 08-Aug-2007 Ilia Alshanetsky

Fixed bug #42237 (stream_copy_to_stream returns invalid values for mmaped
streams).


Revision tags: php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 5c28db4a 11-Jul-2007 Dmitry Stogov

Fixed wrong warning


# 510bee63 10-Jul-2007 Dmitry Stogov

Fixed warning


# 539f67ed 09-Jul-2007 Dmitry Stogov

Added ability to create local or remote (URL) user streams
Local user streams must not be able to open(), URLs if allow_url_include is off
Implemented new function stream_is_local()
[

Added ability to create local or remote (URL) user streams
Local user streams must not be able to open(), URLs if allow_url_include is off
Implemented new function stream_is_local()
[
- stream_wrapper_register() extended with additional optional argument "flags"
of type long. This time only one flag is implemented
- STREAM_IS_URL, that means that userstream wrapper is remote (URL).
By default stream is local.
- stream_is_local() is a new function that accepts stream and tell if this
stream is local or remote (URL)
]

show more ...


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0
# eec0b67c 08-May-2007 Dmitry Stogov

Fixed bug #41304 (compress.zlib temp files left)


Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# 0ad927db 03-Mar-2007 Marcus Boerger

- MFH A stream wrapper might only allow directory access


12345678910>>...13