summaryrefslogtreecommitdiff
path: root/main/php_streams.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix for bug #16168Wez Furlong2002-03-191-3/+5
* register some constants for user streamsWez Furlong2002-03-191-1/+0
* Implement user-space streams.Wez Furlong2002-03-191-1/+8
* Fix build under Release_TSZeev Suraski2002-03-181-9/+9
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-63/+89
* Fix the build and all of the outstanding VC++ warningsZeev Suraski2002-03-181-4/+4
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-15/+81
* Fix for php_stream_gets when the implementation does not support itWez Furlong2002-03-171-1/+24
* Hopefully fix resource usage so that we have no leaks and don't segfault.Wez Furlong2002-03-161-2/+3
* Tweak the API to be more consistent.Wez Furlong2002-03-161-1/+1
* some minor docu-in-header changesWez Furlong2002-03-161-2/+14
* Allow php_stream_copy_to_stream to do nothing when used with codeWez Furlong2002-03-161-1/+2
* more *'sWez Furlong2002-03-161-10/+10
* - More whitespace. I really can't do the other files though...Andi Gutmans2002-03-161-40/+40