On December 27, 2002 06:35 pm, Sascha Schumann wrote: > On Fri, 27 Dec 2002, Ilia Alshanetsky wrote: > > iliaa Fri Dec 27 14:59:10 2002 EDT > > > > Modified files: > > /php4/sapi/apache2filter sapi_apache2.c > > Log: > > Fixed bug #17098 (make Apache aware that PHP scripts represent dynamic > > data and should not be cached). Fix suggested by [EMAIL PROTECTED] > > Why is this needed in addition to line 396? > > f->r->no_local_copy = 1;
Because the code never gets into php_output_filter() and subsequently into php_apache_request_ctor() so the f->r->no_local_copy inside that function is never performed. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php