summaryrefslogtreecommitdiff
path: root/main/streams.c
Commit message (Expand)AuthorAgeFilesLines
* Fix newly introduced leak in the debug build.Wez Furlong2002-08-201-2/+8
* Implement filter API for streams.Wez Furlong2002-08-201-18/+194
* Remove php_stream_sock_set_blocking and replace withWez Furlong2002-08-191-1/+65
* Fix a little leak.Wez Furlong2002-08-161-0/+4
* Enhance Ilia's recent patch to query the wrapper subsystem to determineWez Furlong2002-08-161-11/+15
* Introduce an error stack for wrappers, to help prevent multiple errorsWez Furlong2002-08-111-7/+72
* remove obsolete TSRMLS_FETCHWez Furlong2002-08-101-1/+0
* @Copy() fixed to return 1 on 0 byte files. Patch by Ilia A <ilia@prohost.org>.James Cox2002-08-091-0/+6
* No need to check for allow_url_fopen here.Edin Kadribasic2002-06-191-3/+0
* - Fix builtin gets() emulation (hopefully).Markus Fischer2002-06-111-11/+3
* - Add missing Id tag.Markus Fischer2002-06-111-0/+2
* - Always \0 terminate data returned from _php_stream_copy_to_mem().Markus Fischer2002-06-111-1/+2
* - Since streams are always enabled, instead of just printing 'enabled' we tellMarkus Fischer2002-06-081-0/+4
* Remove debug code that should not have been committed.Wez Furlong2002-04-301-7/+0
* Implement context option setting API.Wez Furlong2002-04-301-2/+44
* Make scheme part decoding rfc2396 compliant.Wez Furlong2002-04-191-4/+4
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-51/+218
* Adding PHPAPI needed for exif on Win32Frank M. Kromann2002-04-151-1/+1
* Implement stream context and status notification system.Wez Furlong2002-04-101-6/+43
* Added BC support for old style zlib: wrapper.Wez Furlong2002-04-061-0/+14
* main/streams.cWez Furlong2002-04-021-0/+1
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-9/+59
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-241-3/+3
* -defined php_stream_temp_new() for standard temp streamsMarcus Boerger2002-03-231-2/+1
* *** empty log message ***Markus Fischer2002-03-211-1/+1
* Require that wrappers use <protocol>://<path> to avoidWez Furlong2002-03-211-1/+1
* Convert the gzfile related functions into aliases for their equivalentsWez Furlong2002-03-211-1/+49
* Streams are all tracked as resources now.Wez Furlong2002-03-201-7/+47
* Improve behaviour of the stream casting operation.Wez Furlong2002-03-191-19/+62
* fix for bug #16168Wez Furlong2002-03-191-14/+15
* register some constants for user streamsWez Furlong2002-03-191-3/+1
* Make file_get_wrapper_data return the underlying PHP object forWez Furlong2002-03-191-1/+1
* Implement user-space streams.Wez Furlong2002-03-191-2/+4
* Fix build under Release_TSZeev Suraski2002-03-181-1/+1
* fix non-TS build...Wez Furlong2002-03-181-1/+1
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-63/+70
* Make Sebastian happyZeev Suraski2002-03-181-1/+1
* Fix the build and all of the outstanding VC++ warningsZeev Suraski2002-03-181-9/+13
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-41/+63
* Fix for php_stream_gets when the implementation does not support itWez Furlong2002-03-171-3/+53
* -fix bug with wrappersMarcus Boerger2002-03-171-1/+1
* -copy_stream_to_stream returns size if maxlen == PHP_STREAM_COPY_ALLMarcus Boerger2002-03-161-38/+42
* fix ftell/fseek in stdio streamsWez Furlong2002-03-161-0/+3
* - Indentation fix.Andi Gutmans2002-03-161-4/+5
* Implement get_file_contents() as discussed (briefly!) by myself, DerickWez Furlong2002-03-161-1/+1
* Hopefully fix resource usage so that we have no leaks and don't segfault.Wez Furlong2002-03-161-16/+37
* Tweak the API to be more consistent.Wez Furlong2002-03-161-7/+19
* Hopefully fix probs with apache.Wez Furlong2002-03-161-4/+20
* some minor docu-in-header changesWez Furlong2002-03-161-2/+1
* ZTS build fixYasuo Ohgaki2002-03-161-1/+1