Browse Source
Added stream_filter_remove() to cancel a stream filter.
Added stream_filter_remove() to cancel a stream filter.
Register filters as resources when instantiated by stream_filter_(ap|pre)pend(). Export php_stream_filter_flush() internal function to wind buffered data out of a particular filter until consumed by a later filter or sent to stream->readbuffer or stream->ops->write()PHP-5.1
8 changed files with 136 additions and 4 deletions
-
2NEWS
-
1ext/standard/basic_functions.c
-
42ext/standard/streamsfuncs.c
-
1ext/standard/streamsfuncs.h
-
1main/php_streams.h
-
82main/streams/filter.c
-
2main/streams/php_stream_filter_api.h
-
9main/streams/streams.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue