[PHP] sapi/embed -- how to?

2003-08-11 Thread BrianS
Just came across sapi/embed and am now looking into that direction for incorporating scripting support from my C/C++ application. Does anyone know where I can find the API docs for the zend_ functions? I can't seem to find them online. What I want to accomplish is: 1. set my 'C' variables in

[PHP] PHP SAPI modules

2002-11-19 Thread Chris Edwards
Does anyone know if the PHP SAPI modules are better in the newer releases? Are they currently stable enough for production websites? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com -- PHP General Mailing

[PHP] Re: PHP SAPI modules

2002-11-19 Thread UberGoober
Does anyone know if the PHP SAPI modules are better in the newer releases? Are they currently stable enough for production websites? Better than..? Where you/are you having problems with them currently? I know many production win32 php environments. -- PHP General Mailing

Re: [PHP] PHP SAPI modules

2002-11-19 Thread Rasmus Lerdorf
Some are more stable than others. Which particular SAPI module are you asking about? On Tue, 19 Nov 2002, Chris Edwards wrote: Does anyone know if the PHP SAPI modules are better in the newer releases? Are they currently stable enough for production websites? -- Chris Edwards Web

[PHP] Re: PHP SAPI modules

2002-11-19 Thread nicos
$cc116ea0$[EMAIL PROTECTED] Does anyone know if the PHP SAPI modules are better in the newer releases? Are they currently stable enough for production websites? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http

[PHP] SAPI (Apache 2) question connection pooling

2002-02-01 Thread Frank Joerdens
Greetings. I am wondering about the status of the multithreaded PHP for the multithreaded Apache. In particular, I'd like to know a) if Apache 2 is a single-process server (as opposed to Apache 1.x which forks a new process for a new request) b) if PHP will work, or does work, with Apache 2 in

Re: [PHP] SAPI (Apache 2) question connection pooling

2002-02-01 Thread Rasmus Lerdorf
a) if Apache 2 is a single-process server (as opposed to Apache 1.x which forks a new process for a new request) It is a hybrid server which can be anything from one to the other. b) if PHP will work, or does work, with Apache 2 in this mode It works today. c) how database connection

Re: [PHP] SAPI (Apache 2) question connection pooling

2002-02-01 Thread Frank Joerdens
On Fri, Feb 01, 2002 at 09:14:24AM -0800, Rasmus Lerdorf wrote: a) if Apache 2 is a single-process server (as opposed to Apache 1.x which forks a new process for a new request) It is a hybrid server which can be anything from one to the other. b) if PHP will work, or does work, with

Re: [PHP] SAPI (Apache 2) question connection pooling

2002-02-01 Thread Rasmus Lerdorf
On Fri, Feb 01, 2002 at 09:14:24AM -0800, Rasmus Lerdorf wrote: a) if Apache 2 is a single-process server (as opposed to Apache 1.x which forks a new process for a new request) It is a hybrid server which can be anything from one to the other. b) if PHP will work, or does work,

[PHP] SAPI

2001-12-01 Thread Obasi Adande George
I have been trying to get apache2 to load the php4 module for a while now, but after consulting the bug report page, i was directed to seek assistance from you all. Is there any further files I may need to have this program p and running. Thank You For Your Assistance in this matter Obasi