summaryrefslogtreecommitdiff
path: root/main/user_streams.c
Commit message (Expand)AuthorAgeFilesLines
* these are case sensitiveSascha Schumann2002-05-041-1/+1
* touch.James Cox2002-05-041-1/+1
* add $id:$ lineJames Cox2002-05-041-0/+2
* call_result is set but never usedSascha Schumann2002-05-041-4/+2
* Fix declarations (Thanks Sebastian)Wez Furlong2002-04-111-2/+2
* Implement stream context and status notification system.Wez Furlong2002-04-101-2/+2
* Fix ZE2 build.Yasuo Ohgaki2002-03-291-1/+1
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-1/+4
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-241-6/+12
* Streams are all tracked as resources now.Wez Furlong2002-03-201-1/+1
* make buffer length warnings more verboseWez Furlong2002-03-191-4/+5
* register some constants for user streamsWez Furlong2002-03-191-2/+12
* correct copy/paste typoWez Furlong2002-03-191-1/+1
* avoid possible buffer overruns when write returns a value larger than the bufferWez Furlong2002-03-191-0/+7
* Make file_get_wrapper_data return the underlying PHP object forWez Furlong2002-03-191-0/+4
* Implement user-space streams.Wez Furlong2002-03-191-0/+484