History log of /PHP-7.3/main/streams/streams.c (Results 201 – 225 of 307)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-4.4.6, php-4.4.6RC1
# 4a95928d 21-Feb-2007 Antony Dovgal

MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks


Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# 7ad1c3c5 15-Jan-2007 Antony Dovgal

MFH: add trailing '\0' to stream hashes


Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# 557838ef 03-Oct-2006 Ilia Alshanetsky

Last set of zend_hash_init() optimizations


# 99b133d7 15-Sep-2006 Antony Dovgal

MFH: fix double free(), add test


Revision tags: php-5.2.0RC4
# 9fa594c2 10-Sep-2006 Antony Dovgal

fix coverity issue #197
"I can't think of a reason to pass a NULL buf" (c) Wez


# 4427552b 03-Sep-2006 Ilia Alshanetsky

Fixed bug #38661 (mixed-case URL breaks url-wrappers).


Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# 4902fc6c 13-Jul-2006 Antony Dovgal

MFH: fix #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length)
add tests


Revision tags: php-4.4.3RC2
# c4154145 20-Jun-2006 Hannes Magnusson

MFH: plug memleak


# 6bfeea9e 16-Jun-2006 Rasmus Lerdorf

MFH: Backported allow_url_include from HEAD. This directive allows
separate control of URL handling in includes/requires allowing sites to
enable allow_url_fopen without enabling remote incl

MFH: Backported allow_url_include from HEAD. This directive allows
separate control of URL handling in includes/requires allowing sites to
enable allow_url_fopen without enabling remote includes.

show more ...


Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# 35771151 14-May-2006 Marcus Boerger

- MFH Add strict compliant RFC2397 support (no //)


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3
# 8663f164 22-Apr-2006 Wez Furlong

fix for #37158


Revision tags: php-5.1.3RC3
# f7a63277 20-Apr-2006 Michael Wallner

- Fix reading stream filters never notified about EOF


Revision tags: php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


# 248be6fc 23-Dec-2005 Antony Dovgal

fix #35781 (stream_filter_append() can cause segfault)


Revision tags: php-5.1.2RC1
# aec3b4e7 20-Dec-2005 Antony Dovgal

fix #35740 (memory leak when including a directory)


Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0
# a3af52c1 05-Dec-2005 foobar

MFH: list_entry -> zend_rsrc_list_entry


12345678910>>...13