Re: [PHP-DEV] PHP Executable

2002-02-20 Thread Martín Marqués

On Mar 19 Feb 2002 14:36, Jan Lehnardt wrote:
 Hi,
 On Tue, 19 Feb 2002 14:31:44 -0300

 Martín Marqués [EMAIL PROTECTED] wrote:
  It would be a relief for my, just cause I have to come twice each time

 I

  upgrade PHP (I have a bunch of PHP script that run on cron, or command

 line).
 the cli (commandlineinterface) binary is already build everytime (except
 for --without-cli ./configure option). This is available in the current
 CVS and will be part of the next PHP release.

Excelent!

At the moment, I'm still on 4.0.6. :-(

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] PHP Executable

2002-02-19 Thread Hunter, Ray
Title: PHP Executable





How do I compile php to get the executable file?



Ray Hunter
Firmware Engineer


ENTERASYS NETWORKS


Phone:  801 887-9888
Fax:  801 972-5789
Email:  [EMAIL PROTECTED]
www:  www.enterasys.com





Re: [PHP-DEV] PHP Executable

2002-02-19 Thread Derick Rethans

On Tue, 19 Feb 2002, Hunter, Ray wrote:

 How do I compile php to get the executable file?

You can't do that (yet).

Derick


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] PHP Executable

2002-02-19 Thread brad lafountain


--- Derick Rethans [EMAIL PROTECTED] wrote:
 On Tue, 19 Feb 2002, Hunter, Ray wrote:
 
  How do I compile php to get the executable file?
 
Is he talking about cgi/cli? or having php compile executeable files...

compile php as cgi..
./configure
there will be a php executable in the working directory

 You can't do that (yet).
 
 Derick
 
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php
 


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DEV] PHP Executable

2002-02-19 Thread Hunter, Ray
Title: RE: [PHP-DEV] PHP Executable





How can I get the executable that comes with the rpms?


Ray Hunter
Firmware Engineer


ENTERASYS NETWORKS



-Original Message-
From: Derick Rethans [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 19, 2002 7:43 AM
To: Hunter, Ray
Cc: PHP Developers Mailing List
Subject: Re: [PHP-DEV] PHP Executable



On Tue, 19 Feb 2002, Hunter, Ray wrote:


 How do I compile php to get the executable file?


You can't do that (yet).


Derick





RE: [PHP-DEV] PHP Executable

2002-02-19 Thread Hunter, Ray
Title: RE: [PHP-DEV] PHP Executable





Thanks, I will try that. I am new to php and have a question:


What is the difference between cgi and sapi or the other ways to compile php?


Ray Hunter
Firmware Engineer


ENTERASYS NETWORKS



-Original Message-
From: brad lafountain [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 19, 2002 7:45 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-DEV] PHP Executable




--- Derick Rethans [EMAIL PROTECTED] wrote:
 On Tue, 19 Feb 2002, Hunter, Ray wrote:
 
  How do I compile php to get the executable file?
 
Is he talking about cgi/cli? or having php compile executeable files...


compile php as cgi..
./configure
there will be a php executable in the working directory


 You can't do that (yet).
 
 Derick
 
 
 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php
 



__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php





RE: [PHP-DEV] PHP Executable

2002-02-19 Thread brad lafountain

Well if you knew what cgi was then it probally would make all sence..

C(common)G(gateway)I(interface) is a way that a webserver can comnuncate with
exisisting applications. It sets up some envirnment variables that the
executable will read then determine what it needs to do. ie what file to
execute. so thats why the cgi will act as a command line interperter. cgi's are
slow. so the rest of the sapi allows php to be compiled into existing webserver
so the whole cgi process doesn't need to happen.

- Brad..

--- Hunter, Ray [EMAIL PROTECTED] wrote:
 Thanks, I will try that.  I am new to php and have a question:
 
 What is the difference between cgi and sapi or the other ways to compile
 php?
 
 Ray Hunter
 Firmware Engineer
 
 ENTERASYS NETWORKS
 
 
 -Original Message-
 From: brad lafountain [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, February 19, 2002 7:45 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP-DEV] PHP Executable
 
 
 
 --- Derick Rethans [EMAIL PROTECTED] wrote:
  On Tue, 19 Feb 2002, Hunter, Ray wrote:
  
   How do I compile php to get the executable file?
  
 Is he talking about cgi/cli? or having php compile executeable files...
 
 compile php as cgi..
 ./configure
 there will be a php executable in the working directory
 
  You can't do that (yet).
  
  Derick
  
  
  --
  PHP Development Mailing List http://www.php.net/
  To unsubscribe, visit: http://www.php.net/unsub.php
  
 
 
 __
 Do You Yahoo!?
 Yahoo! Sports - Coverage of the 2002 Olympic Games
 http://sports.yahoo.com
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php
 


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] PHP Executable

2002-02-19 Thread l0t3k

RE: [PHP-DEV] PHP ExecutableBTW - with the current CVS version there's also
a CLI (command line interface) version, perfect for shell scripting and
such..

Ray Hunter [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Thanks, I will try that.  I am new to php and have a question:
What is the difference between cgi and sapi or the other ways to compile
php?
Ray Hunter
Firmware Engineer
ENTERASYS NETWORKS





-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] PHP Executable

2002-02-19 Thread Martín Marqués

On Mar 19 Feb 2002 11:45, you wrote:
 --- Derick Rethans [EMAIL PROTECTED] wrote:
  On Tue, 19 Feb 2002, Hunter, Ray wrote:
   How do I compile php to get the executable file?

 Is he talking about cgi/cli? or having php compile executeable files...

 compile php as cgi..
 ./configure
 there will be a php executable in the working directory

There should be an option to compile php an we server module and, at the same 
time, a binary.

It would be a relief for my, just cause I have to come twice each time I 
upgrade PHP (I have a bunch of PHP script that run on cron, or command line).

Any thoughts?

Saludos... :-)

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] PHP Executable

2002-02-19 Thread Jan Lehnardt

Hi,
On Tue, 19 Feb 2002 14:31:44 -0300
Martín Marqués [EMAIL PROTECTED] wrote:

 It would be a relief for my, just cause I have to come twice each time
I 
 upgrade PHP (I have a bunch of PHP script that run on cron, or command
line).
the cli (commandlineinterface) binary is already build everytime (except
for --without-cli ./configure option). This is available in the current
CVS and will be part of the next PHP release.

Jan
-- 
Q: Thank Jan? A: http://geschenke.an.dasmoped.net/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php