summaryrefslogtreecommitdiff
path: root/main/user_streams.c
Commit message (Collapse)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
| | | | | | Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago
* Fix ZE2 build.Yasuo Ohgaki2002-03-291-1/+1
|
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-1/+4
| | | | | # What was phase 2?
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-241-6/+12
| | | | | # Collecting underpants
* Streams are all tracked as resources now.Wez Furlong2002-03-201-1/+1
| | | | | | Add some logic that will help track down leaks when debug is enabled.
* 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
| | | | | user-space streams.
* Implement user-space streams.Wez Furlong2002-03-191-0/+484
There's probably room for improvement, docs will following some time this week.