summaryrefslogtreecommitdiff
path: root/main/user_streams.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed possible memory leaks.Ilia Alshanetsky2002-10-151-0/+8
* Fix leak, and avoid initialization problems where retval is re-usedWez Furlong2002-10-151-4/+13
* Fix stream_eof result interpretation (and thus the user-streams test).Wez Furlong2002-10-141-5/+6
* This seems to resolve the issues with fgets.Wez Furlong2002-10-051-46/+42
* Rename streams functions to fit with naming conventions, adding aliasesWez Furlong2002-09-281-2/+2
* Allow user streams/wrappers to implement fstat(), opendir() and stat().Wez Furlong2002-09-281-14/+347
* Fix segfault in wrapper error log mechanism when errors are logged onWez Furlong2002-09-261-0/+10
* Remove allow_url_fopen checks from the user streams code.Wez Furlong2002-09-231-6/+0
* Revise buffer/seek code a little.Wez Furlong2002-09-231-28/+68
* Implement read buffering in streams.Wez Furlong2002-09-231-92/+35
* Tidy up some user stream code.Wez Furlong2002-09-181-10/+17
* Tag user streams as being URLs, so that safe mode restrictionsWez Furlong2002-09-071-0/+1
* use php_error_docref()Marcus Boerger2002-08-251-5/+5
* 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