Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5 | SVN Migration | 2003-02-27 | 1 | -35/+0 |
| | |||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | Implement new filter API, stage 1. | Wez Furlong | 2003-02-18 | 1 | -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. |