summaryrefslogtreecommitdiff
path: root/main/streams/streams.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but r...Ilia Alshanetsky2010-01-061-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())Felipe Pena2009-11-151-14/+10
* Kill compiler warningsKalle Sommer Nielsen2009-08-011-1/+1
* Fix buildArnaud Le Blanc2009-05-191-1/+5
* un-duplicated code (merged unicode/string variants of stream_copy_to_streamArnaud Le Blanc2009-05-171-120/+44
* Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do notArnaud Le Blanc2009-05-171-3/+3
* Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $sourceArnaud Le Blanc2009-05-161-10/+4
* Better fix for #47997Arnaud Le Blanc2009-04-191-23/+47
* MFB5.3: Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams)Arnaud Le Blanc2009-04-191-17/+56
* - Removed:Felipe Pena2009-03-261-1/+1
* Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()Arnaud Le Blanc2009-03-191-17/+27
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* - Fixed bug #47037 (No error when using fopen with emty string)Felipe Pena2009-01-081-0/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFB: If a wrapper could not be found it is either a typo or a configuration i...Lars Strojny2008-12-141-2/+2
* Revert fix for 43782, as it caused problems.David Soria Parra2008-11-241-1/+1
* Fixed stream_get_contents() when using $maxlength and socket is notArnaud Le Blanc2008-11-111-2/+2
* Fixed stream_get_line() to behave as documented on non-blocking streamsArnaud Le Blanc2008-11-041-0/+3
* Fixed bug #44607 (stream_get_line unable to correctly identify theArnaud Le Blanc2008-11-031-10/+15
* Fixed bug #43353 (wrong detection of 'data' wrapper causes notice)Arnaud Le Blanc2008-11-031-1/+1
* MF52 fix Bug #46147: after stream seek, appending stream filter reads incorre...Greg Beaver2008-09-221-0/+4
* Fixed bug #43782 (feof() does not detect timeout on socket)David Soria Parra2008-08-261-1/+1
* increase context refcount before open() to avoid crash when open() fails and ...Antony Dovgal2008-08-061-4/+12
* not all stream wrappers use context, so no need to addref in all casesAntony Dovgal2008-07-111-2/+3
* manage references of stream context properlyAntony Dovgal2008-07-111-0/+9
* closeder/readdir/rewinddir must work only with directoriesDmitry Stogov2008-06-111-1/+1
* with unicode buffers, positions are in ucharsStanislav Malyshev2008-06-081-1/+1
* MFB: fix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex - t...Greg Beaver2008-04-281-1/+1
* MFB: Fixed potentially confusing error message on failure when no errors are ...Greg Beaver2008-04-281-1/+5
* Added ability to use stream wrappers in include_pathDmitry Stogov2008-03-271-0/+27
* Change streams to not use mmap() when reading files (aka copying to memory).Antony Dovgal2008-03-241-21/+0
* use correct macroGreg Beaver2008-01-131-1/+1
* clarify error message on why opening a stream wrapper failed for allow_url_in...Greg Beaver2008-01-121-1/+5
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* apply correct fix for bug #43522Antony Dovgal2007-12-291-4/+18
* MFB: Fixed bug #43522 (stream_get_line() eats additional characters)Ilia Alshanetsky2007-12-101-2/+2
* - MFB wsMarcus Boerger2007-11-061-2/+3
* Fixed wrong warningDmitry Stogov2007-07-111-1/+1
* Added ability to create local or remote (URL) user streamsDmitry Stogov2007-07-031-3/+4
* Fixed bug #41304 (compress.zlib temp files left)Dmitry Stogov2007-05-081-0/+3
* Fix handling over overridden file:// wrapperSara Golemon2007-03-061-6/+6
* -A stream wrapper might only allow directory accessMarcus Boerger2007-03-031-2/+6
* implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks in plain wrapperAntony Dovgal2007-02-211-0/+4
* Expand allow_url_fopen/allow_url_include functionalitySara Golemon2007-01-241-16/+259
* - Add more unicode stuffMarcus Boerger2007-01-161-0/+21
* - Help streams debuggingMarcus Boerger2007-01-151-1/+10
* add trailing '\0' to stream hashesAntony Dovgal2007-01-151-9/+9
* Add convenience function for openeing files with unicode namesSara Golemon2007-01-101-0/+55
* Bump year.Sebastian Bergmann2007-01-011-1/+1