RE: [PHP] Compile PHP question

2004-04-16 Thread Dave Carrera
. Yours truly Dave Carrera -Original Message- From: David A. Stevens [mailto:[EMAIL PROTECTED] Sent: 16 April 2004 18:59 To: Dave Carrera Subject: Re: [PHP] Compile PHP question Please remove my address from any future correspondence about PHP. --- Incoming mail is certified Virus Free

Re: [PHP] Compile PHP question

2004-04-16 Thread Jason Wong
On Friday 16 April 2004 16:46, Red Wingate wrote: > Wrong one here: > > http://de2.php.net/manual/en/features.commandline.php > > [quote] > The CLI SAPI was released for the first time with PHP 4.2.0, but was still > experimental and had to be explicitly enabled with --enable-cli when > running ./c

Re: [PHP] Compile PHP question

2004-04-15 Thread Red Wingate
Wrong one here: http://de2.php.net/manual/en/features.commandline.php [quote] The CLI SAPI was released for the first time with PHP 4.2.0, but was still experimental and had to be explicitly enabled with --enable-cli when running ./configure. Since PHP 4.3.0 the CLI SAPI is no longer experiment

Re: [PHP] Compile PHP question

2004-04-15 Thread Jason Wong
On Thursday 15 April 2004 20:49, Enrico Weigelt wrote: > * Dave Carrera <[EMAIL PROTECTED]> [2004-04-15 11:14:45 +0100]: > > Hi List, > > > > How do I compile php without apache, with mysql (client is installed) as > > cli. > > ./configure --enable-cli --with-mysql I believe cgi is enabled by def

Re: [PHP] Compile PHP question

2004-04-15 Thread Enrico Weigelt
* Dave Carrera <[EMAIL PROTECTED]> [2004-04-15 11:14:45 +0100]: > Hi List, > > How do I compile php without apache, with mysql (client is installed) as > cli. ./configure --enable-cli --with-mysql btw: if you're planning automated builds, you'll be maybe interested in my buildfarm project ...