At 08:13 PM 4/25/2004 -0600, Paul Querna wrote:
I added two new functions for handling output filters in the Apache2Handler SAPI:
bool apache_add_output_filter(string filter_name) - Attempts to add the named filter to the Filter Chain.
array apache_get_output_filters() - Returns an array of all Active Output filters for this request
The ability to add an output filter is very helpful in the apache 2model. For example with this I was able to add an XSLT output filter that I use in other areas to render XML generated from PHP to HTML.
The attached patches are for both PHP4 CVS and PHP5 CVS. They are also online at: http://force-elite.com/~chip/patches/php-src/apache2-filters/
I posted this patches last Monday, but received 0 replies. Are the patches acceptable, is there anything to change, or are there any comments?
Thanks,
-Paul Querna
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php