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
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
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
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
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 apach