summaryrefslogtreecommitdiff
path: root/main/php_streams.h
Commit message (Expand)AuthorAgeFilesLines
* Added locking to streams.Ilia Alshanetsky2003-02-251-0/+9
* MFB: Bunch of streams related fixes.Wez Furlong2003-02-241-0/+3
* Implement new filter API, stage 1.Wez Furlong2003-02-181-7/+7
* Move some of the streams header into supplementary filesWez Furlong2003-02-171-180/+4
* Moving away from ANSI stdio for plain files.Wez Furlong2003-02-131-0/+4
* Added feature request #9173 (added stream_get_line(), this function willIlia Alshanetsky2003-02-091-0/+1
* Added missing definitions.Ilia Alshanetsky2003-02-071-1/+6
* Fix for bug #21406; infinite loop during filter flushing.Wez Furlong2003-01-061-2/+2
* Expose stream_filters_hash so that it can be searched by stream_get_filters()Sara Golemon2003-01-061-2/+2
* - Fix warnings on UnixWareDerick Rethans2003-01-021-2/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Merge streams changes from branch.Wez Furlong2002-11-181-6/+7
* 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