summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* 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
* stream_lock() method added to userspace streams wrapperHartmut Holzgraefe2004-01-211-2/+53
* Fixed bug #26974 (rename() doesn't check the destination fileIlia Alshanetsky2004-01-211-2/+3
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-087-14/+14
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-089-18/+18
* MFB fix for #25597Wez Furlong2003-12-201-1/+1
* Fixed compiler warnings.Ilia Alshanetsky2003-12-141-1/+1
* Export STREAM_MKDIR_RECURSIVE constantSara Golemon2003-12-131-0/+1
* Fix Win32 Build. mkdir/rmdir are macrosSara Golemon2003-12-131-4/+4
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-133-2/+258
* Route rename() via wrapper ops.Sara Golemon2003-12-122-2/+117
* Be smarter about which systems should register unix transports.Wez Furlong2003-12-051-1/+1
* Register url_stat flag constants in userspaceSara Golemon2003-12-021-0/+3
* Populate userstream objects with context propertySara Golemon2003-12-021-3/+36
* Update userspace/url_stat protoSara Golemon2003-12-021-6/+11
* this can't be persistentWez Furlong2003-12-021-1/+2
* CSSara Golemon2003-12-021-2/+2
* Move safemode/basedir checks for url_stat to plain_wrapper.Sara Golemon2003-12-011-0/+13
* Removed unused variables.Ilia Alshanetsky2003-11-301-0/+2
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-293-2/+192
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-282-4/+40
* (sort of) MFB, feof fix for sockets.Wez Furlong2003-11-282-2/+14
* Fixed a memory leak.Ilia Alshanetsky2003-11-281-2/+2
* port "liveness" checks and a couple of other things from the 4.3 branch.Wez Furlong2003-11-272-10/+29
* Fix for file:// wrapper parsing.Sara Golemon2003-11-231-1/+1
* - Always store the URI path in the streams structure, and expose it withDerick Rethans2003-11-031-17/+16