summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix invalid free in Unicode filterAntony Dovgal2008-05-201-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
* MFB 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
* Change streams to not use mmap() when reading files (aka copying to memory).Antony Dovgal2008-03-241-21/+0
* - Settle to 4 MB, see internals@ archivesMarcus Boerger2008-03-211-1/+1
* - Fix commentMarcus Boerger2008-03-211-1/+1
* - 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
* MFB: Fixed bug #44233 (MSG_PEEK undefined under BeOS R5)Ilia Alshanetsky2008-02-271-0/+4
* - Get rid of overoptimizationMarcus Boerger2008-01-301-4/+2
* 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-3118-18/+18
* 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
* - Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-261-1/+1
* - MFB wsMarcus Boerger2007-11-061-2/+3
* - Nuke unused variablesJani Taskinen2007-11-011-2/+0
* - Fixed bug #43137 (rmdir() and rename() do not clear statcache)Jani Taskinen2007-10-311-9/+10
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-072-17/+17
* ucnv_toUnicode() in ICU 3.8 requires target buffer size to be even, otherwise...Antony Dovgal2007-10-021-2/+9
* fix protoStanislav Malyshev2007-08-161-1/+1
* 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
* - Fix compile warningsJani Taskinen2007-07-211-1/+1
* - Fixed bugs #36796, #36918, #41371 (stream_set_blocking() does not work)Jani Taskinen2007-07-171-11/+1
* Unicode supportDmitry Stogov2007-07-111-3/+3
* Fixed wrong warningDmitry Stogov2007-07-111-1/+1
* - fix concurrent reader/writer use caseSascha Schumann2007-07-101-3/+0
* Added ability to create local or remote (URL) user streamsDmitry Stogov2007-07-032-5/+23
* MFBIlia Alshanetsky2007-05-291-1/+1
* MFBIlia Alshanetsky2007-05-281-3/+7
* Fixed bug #41390 (Clarify error message with invalid protocol scheme syntax)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
* Fix handling over overridden file:// wrapperSara Golemon2007-03-061-6/+6
* - Missed to add [ to meta char checkMarcus Boerger2007-03-031-1/+1
* - Allow to retrieve flags with php_glob_stream_get_count()Marcus Boerger2007-03-032-18/+30
* - Allow to get number of entries of a glob streamMarcus Boerger2007-03-032-0/+11
* - Provide access to pattern used in globMarcus Boerger2007-03-032-2/+47
* - php_stream_is() requires php_glob_stream_ops to be publicMarcus Boerger2007-03-032-4/+5
* - Add glob stream wrapperMarcus Boerger2007-03-033-0/+273