Re: [PHP-DEV] Apache2 SAPI - etag support?

2003-03-10 Thread Ian Holsman
Hi Ilia I was wondering if you thing we should have etag support as well as the last-modified header you added. if so .. we need to add ap_set_etag(r) just after the ap_set_last_modified(r) call. what do you guys think? Ilia --Ian -- PHP Development Mailing List http://www.php.net/ To

Re: [PHP-DEV] Apache2 SAPI

2003-03-07 Thread Ian Holsman
Jean-Michel Dault wrote: Le ven 07/03/2003 à 02:56, Derick Rethans a écrit : I think it would be in everyone's best interest if apache2handler was introduced in 4.3.X series probably replace the current apache2filter all together. I'm big +1 on this as it can be considered as a FIX..

[PHP-DEV] Apache2 SAPI

2003-03-06 Thread Ian Holsman
I've been using the apache2handler on two low/medium-traffic sites for a while and it appears ok to me. now.. I'm new to this list, and really don't know how it works, so excuse me if this is a FAQ or something. I'd like to see this code in 4.3.2/4.3.3?, and if it doesn't blow up, replace the

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Ian Holsman
Derick Rethans wrote: On Thu, 6 Mar 2003, Ian Holsman wrote: I've been using the apache2handler on two low/medium-traffic sites for a while and it appears ok to me. now.. I'm new to this list, and really don't know how it works, so excuse me if this is a FAQ or something. I'd like to see

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Ian Holsman
? no.. not now but in previous versions of the setup, it was using SetOutputFilter PHP SetInputFilter PHP which won't work. the current implementation doesn't use this method.. | | --Jani | | | | On Thu, 6 Mar 2003, Derick Rethans wrote: | | |On Thu, 6 Mar 2003, Ian Holsman wrote: | | |I've been using

Re: [PHP-DEV] [PATCH] Apache 2.0 Handler module

2003-02-11 Thread Ian Holsman
On Mon, 10 Feb 2003 22:37:44 -0800, Justin Erenkrantz wrote: FWIW, I think I had a minor bug in how it called ap_sub_req_lookup_uri in my copy of php_functions.c. I posted an updated copy of that file on my apache.org space. And, I tested virtual('test.html') and it does work fine.

Re: [PHP-DEV] [PATCH] Apache 2.0 Handler module

2003-02-10 Thread Ian Holsman
On Mon, 10 Feb 2003 15:44:22 -0500, Ilia A. wrote: The patch appears to work correctly with only one 'interesting' bug. When the virtual() function is used to include a php file or php files are included via the use of mod_include, random binary data is dumped on screen. This is particular to

[PHP-DEV] CVS Account Request: ianh

2003-02-05 Thread Ian Holsman
develop the apache2 handler interface -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Apache 2

2001-02-22 Thread Ian Holsman
Hi. I was wondering if anyone was planning to update the apache 2 drivers in CVS. There seems to have been a couple of function call name changes, which can make it compile, but it seems to not respond, so I don't think it is that simple.. I have no knowledge of php internals, but I'd be