[PHP-DEV] apache_hooks

2002-11-19 Thread Stanislav Malyshev
What is apache_hooks SAPI module? It looks like it produces errors in 
my build... And no docs there. What's that?

-- 
Stanislav Malyshev, Zend Products Engineer   
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.109



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] apache_hooks

2002-11-19 Thread Jani Taskinen
On Tue, 19 Nov 2002, Stanislav Malyshev wrote:

What is apache_hooks SAPI module? It looks like it produces errors in 
my build... And no docs there. What's that?

I think those errors should be fixed now. The config.m4 was just borked. 

--Jani



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] apache_hooks

2002-11-19 Thread Rasmus Lerdorf
Apache_hooks is an Apache 1.3 SAPI module which lets you execute PHP code
at every stage of the Apache request handling cycle instead of just the
content handling hook that the normal apache sapi module uses.  It was a
super experimental thing I put together ages ago that George and Lukas
have now cleaned up/rewritten to be much more efficient and complete.

-Rasmus

On Tue, 19 Nov 2002, Stanislav Malyshev wrote:

 What is apache_hooks SAPI module? It looks like it produces errors in
 my build... And no docs there. What's that?

 --
 Stanislav Malyshev, Zend Products Engineer
 [EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.109



 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] apache_hooks

2002-11-03 Thread Edin Kadribasic
On Saturday 02 November 2002 23:58, Rasmus Lerdorf wrote:
 What do you think would be the best way to make the apache_hooks code more
 accessible to people?  A tarball with the relevant files that overwrites
 the standard files, or perhaps it is time to #ifdef it into the main
 branch?

I would personally like #ifdef option that can be configured with 
--enable-apache-hooks or something similar.

Edin

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] apache_hooks

2002-11-03 Thread Marcus Boerger
At 09:52 03.11.2002, Edin Kadribasic wrote:

On Saturday 02 November 2002 23:58, Rasmus Lerdorf wrote:
 What do you think would be the best way to make the apache_hooks code more
 accessible to people?  A tarball with the relevant files that overwrites
 the standard files, or perhaps it is time to #ifdef it into the main
 branch?

I would personally like #ifdef option that can be configured with
--enable-apache-hooks or something similar.

Edin



+1

and i have to agree to the merge problem mentioned by rasmus already

marcus


--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] apache_hooks

2002-11-02 Thread Rasmus Lerdorf
What do you think would be the best way to make the apache_hooks code more
accessible to people?  A tarball with the relevant files that overwrites
the standard files, or perhaps it is time to #ifdef it into the main
branch?

-Rasmus


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DEV] apache_hooks

2002-11-02 Thread James Cox
I think we could produce a snap of this by checking out normally, and then
checking out apache_hooks into it, so the files it affects would go to the
right tag... (etc etc).

I'd be happy to do this when i set up snaps again.

 -- james


 What do you think would be the best way to make the apache_hooks code more
 accessible to people?  A tarball with the relevant files that overwrites
 the standard files, or perhaps it is time to #ifdef it into the main
 branch?

 -Rasmus


 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php