Re: [PHP] FastCGI and PHP

2001-04-20 Thread Alexander Skwar
So sprach Thies C. Arntzen am Fri, Apr 20, 2001 at 01:03:50PM +0200: > there is noe. > > in fast-cgi mode you scripts are executed the same way as if > you were running as an apache module. there's no support to > keep your script alive over request-boundaries (yet). Thanks, that

Re: [PHP] FastCGI and PHP

2001-04-20 Thread Thies C. Arntzen
On Wed, Apr 18, 2001 at 01:58:03PM +0200, Alexander Skwar wrote: > (Learning from my last mistake, I'll now try to make clear right away what > each sentence means *G*) > > Introductory lines: > I want to write a FastCGI compatible PHP script. In order to do so, PHP > obviously need to recompile

[PHP] FastCGI and PHP

2001-04-18 Thread Alexander Skwar
(Learning from my last mistake, I'll now try to make clear right away what each sentence means *G*) Introductory lines: I want to write a FastCGI compatible PHP script. In order to do so, PHP obviously need to recompile PHP with '--with-fastcgi'. However, looking at some PERL FastCGI scripts, I