summaryrefslogtreecommitdiff
path: root/main/streams/php_stream_userspace.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5SVN Migration2003-02-271-35/+0
|
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-1/+1
|
* Implement new filter API, stage 1.Wez Furlong2003-02-181-0/+35
This breaks user-space filters (for the time being), and those weird convert.* filters in ext/standard/filters.c The filters stack has been separated into one chain for read and one chain for write. The user-space stream_filter_append() type functions currently only operate on the read chain. They need extending to work with the write chain too.