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

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

[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 To unsubscri

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

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

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 apach

[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 To unsub