On Mon, Jun 03, 2002 at 10:06:42PM -0600, Venkat Raghavan wrote: > Hi. I'm trying to build the PHP interface to Apache 2 (still mod_php, I > guess). I see an apache2 directory that is empty and an apache2filter > directory. The Readme in the latter says that it "exploits the layered > I/O support in Apache 2.0". Do I need to just build the latter or am I > missing something? Please enlighten.
You probably have an out-of-date CVS copy as the apache2 directory seems to have been deleted. apache2filter takes advantage of the layered I/O support, but not as much as it really should. The code does make some poor assumptions (i.e. everything is a FILE bucket on output, etc.). Unless Cliff or Aaron beat me to it, once I get the httpd-2.0 filtering stuff straightened out, I may take a pass at cleaning up the apache2filter to be more like how the core httpd-2.0 modules are implemented. -- justin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php