Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2033 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30912 invoked from network); 27 May 2003 11:40:48 -0000 Received: from unknown (HELO max6.rrze.uni-erlangen.de) (131.188.3.214) by pb1.pair.com with SMTP; 27 May 2003 11:40:48 -0000 Received: from [131.188.163.104] by max6.rrze.uni-erlangen.de with ESMTP for internals@lists.php.net; Tue, 27 May 2003 13:40:47 +0200 Message-ID: <5.2.0.9.0.20030527133447.02c0f390@pop3.web.de> X-Sender: snuwschi@pop.rrze.uni-erlangen.de X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Tue, 27 May 2003 13:40:46 +0200 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: virtual() and output compression From: uwe@thetaphi.de (Uwe Schindler) During the implementation of the apache specific virtual() command for the NSAPI SAPI (virtual() includes a URI from the local server by making a sub-request, e.g. a shtml, java servlet,...) I found out that there are some missing things in documentation and/or error handling: When output compression is switched on, the inclusion of non-compressed data from the webserver is not posssible because this breaks the compression. I think that should be documented somewhere and the apache/apache2 modules should print out a error if a output filter is active. In my extension to NSAPI this is implemented. Uwe