summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop looking once we've found a matching filter.Sara Golemon2003-10-281-1/+1
* Extend Filter matching to check wildcards at multiple levels.Sara Golemon2003-10-281-10/+17
* finish file uri support, this stuff was unecessary.Shane Caraveo2003-10-191-10/+0
* A simpler patch to add file uri supportShane Caraveo2003-10-192-1/+17
* revert file: support in preparation for simpler patchShane Caraveo2003-10-191-67/+32
* make file uri's work with streamsShane Caraveo2003-10-191-32/+67
* Set the EOF indicator after each read attempt.Wez Furlong2003-10-082-7/+3
* Show the whole message when in debug modeMarcus Boerger2003-09-131-4/+5
* Pointer size fixArd Biesheuvel2003-09-131-1/+1
* Fixed for 64bit archsArd Biesheuvel2003-09-132-3/+3
* Fixed bug #25316 (Possible infinite loop inside _php_stream_write()).Ilia Alshanetsky2003-09-111-1/+2
* Fixed bug #25429 (fix copying of stdin using copy() function)Ilia Alshanetsky2003-09-101-0/+3