summaryrefslogtreecommitdiff
path: root/main/php_streams.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* New PHP streams...Wez Furlong2002-03-151-6/+49
* Maintain headers.Sebastian Bergmann2002-02-281-3/+2
* Update headers.Sebastian Bergmann2001-12-111-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-3/+5
* Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.cWez Furlong2001-05-051-43/+23
* Added files for PHP streamsWez Furlong2001-04-171-0/+127