summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* MFH:- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)Jani Taskinen2008-07-161-1/+1
* MFHAntony Dovgal2008-07-111-2/+3
* MFH: manage references of stream context properlyAntony Dovgal2008-07-113-50/+32
* closeder/readdir/rewinddir must work only with directoriesDmitry Stogov2008-06-111-1/+1
* fix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex - this b...Greg Beaver2008-04-281-1/+1
* Fixed potentially confusing error message on failure when no errors are loggedGreg Beaver2008-04-281-1/+5
* do not scan include_path with faulty plain_wrapper-based include_path fopenGreg Beaver2008-04-131-4/+0
* Added ability to use stream wrappers in include_pathDmitry Stogov2008-03-272-3/+34
* MFH: disabled mmap() when copying files to memoryAntony Dovgal2008-03-241-20/+0
* - MFH Settle to 4 MB, see internals@ archivesMarcus Boerger2008-03-211-1/+1
* - MFH Fix commentMarcus Boerger2008-03-211-1/+1
* - MFH Increase max mmap size to 8 MBMarcus Boerger2008-03-211-1/+1
* MFB: Fixed bug #44440 (st_blocks undefined under BeOS)Felipe Pena2008-03-151-0/+3
* char **error_message was passed but not used. This causes problems in casesAndrey Hristov2008-03-101-1/+1
* Fixed bug #44233 (MSG_PEEK undefined under BeOS R5)Ilia Alshanetsky2008-02-271-0/+4
* - MFH Get rid of overoptimizationMarcus Boerger2008-01-301-4/+2
* MFH: clarify error message on why opening a stream wrapper failed for allow_u...Greg Beaver2008-01-121-1/+5
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3118-18/+18
* correct fix for bug #43522Antony Dovgal2007-12-291-2/+9
* Fixed bug #43522 (stream_get_line() eats additional characters)Ilia Alshanetsky2007-12-101-2/+2
* MFH:- Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-261-1/+1
* Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on fileIlia Alshanetsky2007-11-121-0/+3
* - MFH Add glob stream wrapperMarcus Boerger2007-11-061-1/+5
* - MFH glob stream wrapper (part 1)Marcus Boerger2007-11-062-0/+338
* MFH streams stuffMarcus Boerger2007-11-062-11/+30
* MFH: nuke unused variablesJani Taskinen2007-11-011-2/+0
* MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache)Jani Taskinen2007-10-311-9/+11
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-16/+16
* fix protoStanislav Malyshev2007-08-161-1/+1
* MFH: This is what we get for not doing MFH..or MFB..a messJani Taskinen2007-08-081-2/+2
* Fixed bug #42237 (stream_copy_to_stream returns invalid values for mmapedIlia Alshanetsky2007-08-081-2/+2
* Fixed EOF handling in case of reading from file opened in write only mode.Dmitry Stogov2007-07-251-1/+1
* Fixed bug #41984 (Hangs on large SoapClient requests)Dmitry Stogov2007-07-241-2/+6
* MFH: Fixed compile warningsJani Taskinen2007-07-211-1/+1
* MFH:- Fixed bugs #36796, #36918, #41371 (stream_set_blocking() does not work)Jani Taskinen2007-07-171-11/+1
* MFH: - Fixed bug #41815 (Concurrent read/write fails when EOF is reached)Jani Taskinen2007-07-121-3/+0
* Fixed wrong warningDmitry Stogov2007-07-111-1/+1
* Fixed warningDmitry Stogov2007-07-101-2/+2
* Added ability to create local or remote (URL) user streamsDmitry Stogov2007-07-092-2/+23
* MFH: Fixed bug #41390 (Clarify error message with invalid protocol scheme)Scott MacVicar2007-05-151-2/+2
* Fixed bug #41304 (compress.zlib temp files left)Dmitry Stogov2007-05-081-0/+3
* Fixed crash on win32 in case of negative sizeDmitry Stogov2007-04-181-2/+7
* Fixed crashDmitry Stogov2007-04-181-2/+10
* WIN64 supportDmitry Stogov2007-04-161-5/+5
* Fixed 64-bit supportDmitry Stogov2007-04-091-1/+1
* - MFH A stream wrapper might only allow directory accessMarcus Boerger2007-03-031-2/+6
* Fixed Bug #39396 (stream_set_blocking crashes on Win32).Ilia Alshanetsky2007-02-241-1/+1
* MFH (r-1.82): Add retry for interrupted reads and graceful handling for faile...Sara Golemon2007-02-231-2/+9
* - MFH Fix logicMarcus Boerger2007-02-221-5/+5
* MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacksAntony Dovgal2007-02-212-9/+4