summaryrefslogtreecommitdiff
path: root/main/php_streams.h
Commit message (Expand)AuthorAgeFilesLines
* Manual merge of the persistent plain file streams code.Wez Furlong2003-03-181-3/+6
* Avoid using FILE* unless we have to.Wez Furlong2003-03-181-0/+4
* MFHSascha Schumann2003-02-271-2/+2
* Miscellaneous streams fixes, including probable fixes for:Wez Furlong2003-02-221-0/+5
* - MFH: Fix warnings on UnixWareDerick Rethans2003-01-021-2/+2
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* Add missing Id tag.Wez Furlong2002-11-171-0/+2
* Revise stream shutdown procedure.Wez Furlong2002-11-171-0/+1
* php_stream_fopen_tmpfile now uses php_open_temporary_file rather thanWez Furlong2002-11-161-5/+2
* Make include/require of user-streams work on systems without fopencookie.Wez Furlong2002-11-161-1/+2
* Make the macro use the function and not the other macro as discussedMarcus Boerger2002-11-061-1/+1
* php_stream replacement for fprintfMarcus Boerger2002-11-061-0/+4
* correct define: silences compiler warning in http_fopen_wrapper.cMarcus Boerger2002-11-051-1/+1
* A better fix for bug #20110.Ilia Alshanetsky2002-10-281-5/+8
* Refine stream_select() to work with streams that have data in their readWez Furlong2002-10-211-1/+2
* made fgets() binary safe.Wez Furlong2002-10-191-2/+4
* Fixed bug #19971 (optimized the file() function).Ilia Alshanetsky2002-10-181-0/+1
* This seems to resolve the issues with fgets.Wez Furlong2002-10-051-0/+2
* replace dont_block with a flag.Wez Furlong2002-10-041-1/+6
* Improve the general behaviour of stream_gets and fix its semanticsSascha Schumann2002-10-041-0/+1
* Differentiate between write buffer and streams read buffer sizes.Wez Furlong2002-09-281-1/+8
* Allow user streams/wrappers to implement fstat(), opendir() and stat().Wez Furlong2002-09-281-0/+2
* Rename file_get_wrapper_data -> file_get_meta_data.Wez Furlong2002-09-261-1/+2
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-251-6/+15
* Enable include("http://....") under win32 by downloading to a temporaryWez Furlong2002-09-231-1/+1
* fix some warnings.Wez Furlong2002-09-231-2/+2
* Revise buffer/seek code a little.Wez Furlong2002-09-231-0/+4
* Implement read buffering in streams.Wez Furlong2002-09-231-2/+17
* Fix a couple of bad pointer indirections (oops).Wez Furlong2002-09-071-1/+1
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-0/+4
* Add a "closing" parameter for filters to determine if a flush is the lastWez Furlong2002-08-251-5/+5
* Remove php_stream_error as discussed with Rasmus.Wez Furlong2002-08-251-4/+0
* Implement filter API for streams.Wez Furlong2002-08-201-4/+68
* Remove php_stream_sock_set_blocking and replace withWez Furlong2002-08-191-1/+16
* Enhance Ilia's recent patch to query the wrapper subsystem to determineWez Furlong2002-08-161-0/+4
* Properly implement TSRM parameters to the new log_errorWez Furlong2002-08-111-0/+2
* Introduce an error stack for wrappers, to help prevent multiple errorsWez Furlong2002-08-111-0/+7
* macro definition fixed, guess it was the usual kind of cut&past bug?Hartmut Holzgraefe2002-06-111-1/+1
* - Since streams are always enabled, instead of just printing 'enabled' we tellMarkus Fischer2002-06-081-0/+4
* Implement context option setting API.Wez Furlong2002-04-301-1/+13
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-5/+26
* Adding PHPAPI needed for exif on Win32Frank M. Kromann2002-04-151-1/+1
* fix segfaultWez Furlong2002-04-121-1/+1
* Implement stream context and status notification system.Wez Furlong2002-04-101-5/+96
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-2/+21
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-241-8/+10
* Convert the gzfile related functions into aliases for their equivalentsWez Furlong2002-03-211-0/+5
* Make state parameter of php_strip_tags passed by reference.Wez Furlong2002-03-201-0/+1
* Streams are all tracked as resources now.Wez Furlong2002-03-201-0/+20
* Improve behaviour of the stream casting operation.Wez Furlong2002-03-191-0/+5