Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex - this ↵ | Greg Beaver | 2008-04-28 | 1 | -1/+1 | |
| | | | | breaks require/include for all extensions that intercept zend_resolve_path | |||||
* | Fixed potentially confusing error message on failure when no errors are logged | Greg Beaver | 2008-04-28 | 1 | -1/+5 | |
| | ||||||
* | Added ability to use stream wrappers in include_path | Dmitry Stogov | 2008-03-27 | 1 | -0/+27 | |
| | ||||||
* | MFH: disabled mmap() when copying files to memory | Antony Dovgal | 2008-03-24 | 1 | -20/+0 | |
| | ||||||
* | MFH: clarify error message on why opening a stream wrapper failed for ↵ | Greg Beaver | 2008-01-12 | 1 | -1/+5 | |
| | | | | allow_url_include/allow_url_fopen, add test for allow_url_fopen | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | correct fix for bug #43522 | Antony Dovgal | 2007-12-29 | 1 | -2/+9 | |
| | ||||||
* | Fixed bug #43522 (stream_get_line() eats additional characters) | Ilia Alshanetsky | 2007-12-10 | 1 | -2/+2 | |
| | ||||||
* | MFH streams stuff | Marcus Boerger | 2007-11-06 | 1 | -11/+25 | |
| | ||||||
* | MFH: This is what we get for not doing MFH..or MFB..a mess | Jani Taskinen | 2007-08-08 | 1 | -2/+2 | |
| | ||||||
* | Fixed bug #42237 (stream_copy_to_stream returns invalid values for mmaped | Ilia Alshanetsky | 2007-08-08 | 1 | -2/+2 | |
| | | | | | streams). | |||||
* | Fixed wrong warning | Dmitry Stogov | 2007-07-11 | 1 | -1/+1 | |
| | ||||||
* | Fixed warning | Dmitry Stogov | 2007-07-10 | 1 | -2/+2 | |
| | ||||||
* | Added ability to create local or remote (URL) user streams | Dmitry Stogov | 2007-07-09 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | 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) ] | |||||
* | Fixed bug #41304 (compress.zlib temp files left) | Dmitry Stogov | 2007-05-08 | 1 | -0/+3 | |
| | ||||||
* | - MFH A stream wrapper might only allow directory access | Marcus Boerger | 2007-03-03 | 1 | -2/+6 | |
| | ||||||
* | MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks | Antony Dovgal | 2007-02-21 | 1 | -0/+4 | |
| | ||||||
* | MFH: add trailing '\0' to stream hashes | Antony Dovgal | 2007-01-15 | 1 | -10/+10 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | Last set of zend_hash_init() optimizations | Ilia Alshanetsky | 2006-10-03 | 1 | -1/+1 | |
| | ||||||
* | MFH: fix double free(), add test | Antony Dovgal | 2006-09-15 | 1 | -1/+0 | |
| | ||||||
* | fix coverity issue #197 | Antony Dovgal | 2006-09-10 | 1 | -4/+0 | |
| | | | | | "I can't think of a reason to pass a NULL buf" (c) Wez | |||||
* | Fixed bug #38661 (mixed-case URL breaks url-wrappers). | Ilia Alshanetsky | 2006-09-03 | 1 | -10/+16 | |
| | ||||||
* | MFH: fix #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger ↵ | Antony Dovgal | 2006-07-13 | 1 | -5/+1 | |
| | | | | | | | than the actual length) add tests | |||||
* | MFH: plug memleak | Hannes Magnusson | 2006-06-20 | 1 | -1/+1 | |
| | ||||||
* | MFH: Backported allow_url_include from HEAD. This directive allows | Rasmus Lerdorf | 2006-06-16 | 1 | -1/+1 | |
| | | | | | | separate control of URL handling in includes/requires allowing sites to enable allow_url_fopen without enabling remote includes. | |||||
* | - MFH Add strict compliant RFC2397 support (no //) | Marcus Boerger | 2006-05-14 | 1 | -2/+2 | |
| | ||||||
* | fix for #37158 | Wez Furlong | 2006-04-22 | 1 | -21/+22 | |
| | ||||||
* | - Fix reading stream filters never notified about EOF | Michael Wallner | 2006-04-20 | 1 | -2/+2 | |
| | ||||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 | |
| | ||||||
* | fix #35781 (stream_filter_append() can cause segfault) | Antony Dovgal | 2005-12-23 | 1 | -2/+2 | |
| | ||||||
* | fix #35740 (memory leak when including a directory) | Antony Dovgal | 2005-12-20 | 1 | -0/+4 | |
| | ||||||
* | MFH: list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -2/+2 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | Disabled search of recored separator outside of buffer | Dmitry Stogov | 2005-06-01 | 1 | -2/+2 | |
| | ||||||
* | revert by Wez's request | Antony Dovgal | 2005-05-23 | 1 | -1/+1 | |
| | ||||||
* | fix bug #32810 (fread after tmpfile() reads only 8192 bytes) | Antony Dovgal | 2005-05-23 | 1 | -1/+2 | |
| | ||||||
* | fix bugs #32742 (segmentation fault when the stream with a wrapper is not ↵ | Antony Dovgal | 2005-05-16 | 1 | -0/+15 | |
| | | | | | | | closed), #32171 (Userspace stream wrapper crashes PHP) | |||||
* | Attempt to eliminate seek() prior to every write. | Ilia Alshanetsky | 2005-04-29 | 1 | -1/+1 | |
| | ||||||
* | revert the patch, the problem seems to be somewhere else | Antony Dovgal | 2005-04-11 | 1 | -4/+0 | |
| | ||||||
* | Fold validation into an inlined function per Andi's suggestion | Sara Golemon | 2005-04-09 | 1 | -11/+20 | |
| | ||||||
* | do not try to read after EOF | Antony Dovgal | 2005-04-06 | 1 | -0/+4 | |
| | ||||||
* | Fixed bug #30362 (stream_get_line() not reading data correctly). | Ilia Alshanetsky | 2005-04-05 | 1 | -4/+10 | |
| | ||||||
* | BugFix #32563 | Sara Golemon | 2005-04-04 | 1 | -2/+24 | |
| | | | | | | | | | | | | This could have been done in stream_wrapper_register() without introducing the slight performance hit on wrapper registration since anyone registering a wrapper in an extension should know better. The important thing is that since locate_wrapper makes the assumption that all schemes will be /^[a-z0-9+.-]+$/i Anything which registers them should make the same assumption as well. | |||||
* | Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so). | Ilia Alshanetsky | 2005-02-22 | 1 | -11/+10 | |
| | ||||||
* | Fixed bug #29801 (Set limit on the size of mmapable data). | Ilia Alshanetsky | 2004-11-15 | 1 | -1/+1 | |
| | ||||||
* | add support for file://localhost/ | Rob Richards | 2004-11-11 | 1 | -13/+25 | |
| | | | | | support file:/// under windows again | |||||
* | Fixed bug #30362 (stream_get_line() not handling end string correctly). | Ilia Alshanetsky | 2004-10-11 | 1 | -1/+2 | |
| | ||||||
* | Added stream_filter_remove() to cancel a stream filter. | Sara Golemon | 2004-09-14 | 1 | -0/+9 | |
| | | | | | | | | | | Register filters as resources when instantiated by stream_filter_(ap|pre)pend(). Export php_stream_filter_flush() internal function to wind buffered data out of a particular filter until consumed by a later filter or sent to stream->readbuffer or stream->ops->write() | |||||
* | Allocating hash tables should be done via macro, not directly | Sara Golemon | 2004-09-13 | 1 | -2/+2 | |
| |