summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* removing redundant CLIB_STAT_PATCHAnantha Kesari H Y2005-03-111-1/+1
* MFH: Fix commentfoobar2005-02-241-1/+1
* MFH: Increase maximum mmapable file size to 2mb from 1mb.Ilia Alshanetsky2005-02-231-1/+1
* MFH: Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so).Ilia Alshanetsky2005-02-221-11/+10
* MFH: Fixed bug #29801 (Set limit on the size of mmapable data).Ilia Alshanetsky2004-11-151-1/+1
* support file:/// under windows againRob Richards2004-11-111-1/+1
* fix Win32 & Netware buildAntony Dovgal2004-10-281-0/+2
* MFH: fix bug #30388 (rename across filesystems loses ownership and permission...Antony Dovgal2004-10-271-2/+25
* MFH: Fixed bug #30362 (stream_get_line() not handling end string correctly)Ilia Alshanetsky2004-10-111-1/+2
* MFH: return value fix (#30387 again)Wez Furlong2004-10-111-1/+1
* MFH: Fix #30387: wrong flag used for async connectionWez Furlong2004-10-111-1/+1
* MFHChristian Stocker2004-10-081-3/+5
* MFH: Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-281-45/+19
* MFH (r.163) Handle maxlen when stream can't be mmapedSara Golemon2004-09-081-0/+11
* MFH: fix bug #29723 (file_get_contents() fails with the file:// wrapper under...Antony Dovgal2004-08-311-0/+4
* MFH: Using int when long should be used.Ilia Alshanetsky2004-08-221-1/+1
* MFH: Fix for #29256Wez Furlong2004-08-101-2/+38
* MFH: zts fixWez Furlong2004-07-311-1/+1
* MFH: streams fixesWez Furlong2004-07-313-97/+140
* Looks like Sara forgot to change this too.Wez Furlong2004-07-131-1/+1
* Fix file_get_contents() bug...Wez Furlong2004-07-121-0/+2
* RIP: greedy ready problemsWez Furlong2004-07-101-1/+2
* Fix for Bug #28964 fread "greedy" behaviourWez Furlong2004-06-291-0/+3
* BugFix#28868 (Part Two): This fixes thread unsafety in the userspaceSara Golemon2004-06-213-4/+29
* BugFix#28868: Wrapper hash not thread-safe.Sara Golemon2004-06-212-6/+23
* Fix #25939 for good this time.Wez Furlong2004-05-271-1/+1
* Fix silly mistake.Wez Furlong2004-05-262-4/+4
* *sigh*, obviously, we need this to be able to use sapi_module.nameWez Furlong2004-05-251-0/+1
* DEBUG -> PHP_DEBUGWez Furlong2004-05-251-1/+1
* check if it matches... not if it doesn't...Wez Furlong2004-05-251-1/+1
* In debug mode, under CLI don't close stderr.Wez Furlong2004-05-251-0/+9
* Bugfix #28300 Userspace stream/filter names don't need to be lowercased.Sara Golemon2004-05-061-1/+0
* BugFix#28287 stream_*_register() not calling __autoload().Sara Golemon2004-05-051-1/+1
* Fixed bug #19749 (shouldn't mmap() files larger than memory_limit)Wez Furlong2004-04-211-1/+5
* Only wind filters when appending to the read chain.Sara Golemon2004-04-011-1/+1
* This leaks when a stream opener proxy opens another stream.Sara Golemon2004-04-011-0/+3
* BugFix#27619Sara Golemon2004-03-313-4/+83
* Provide a meaningful error message when registration failsSara Golemon2004-03-171-2/+9
* Fixed bug #27498 (bogus safe_mode error on nonexistent directories forIlia Alshanetsky2004-03-161-1/+1
* More wordsize fixesArd Biesheuvel2004-03-082-6/+6
* add cast for qsort compare function.Wez Furlong2004-03-071-1/+1
* Connect feof() call to user-space stream feof() method.Wez Furlong2004-03-071-13/+29
* Less magic pleaseWez Furlong2004-03-071-1/+4
* Cast the php_stream_dirent to a 'const char *' for estrndup() to avoid aJon Parise2004-03-011-1/+1
* Must addref the resource when we make a new zval reference to it that will be...Sara Golemon2004-03-011-1/+1
* EXTERN_C wrapping for PHPAPI prototypesHartmut Holzgraefe2004-02-205-1/+22
* Fix a bug in the persistent socket liveness checks and feof(); they wereWez Furlong2004-02-043-4/+11
* 'Bug Fix': scandir, being a new function in PHP5 should have always been wrap...Sara Golemon2004-01-281-0/+59
* Fix segfault for scripts like this:Wez Furlong2004-01-271-1/+5
* Removed unused variable.Ilia Alshanetsky2004-01-271-1/+0