Re: PHP Command line interface

2002-09-25 Thread bob parker

On Wed, 25 Sep 2002 16:59, Vinai Kopp wrote:
 On Tue, Sep 24, 2002 at 01:44:47AM +1000, bob parker wrote:
  Using woody, new installation.
  I have installed PHP4 from my sources-list. I think it was downloaded
  from the security site.  I also wish to use php from the command line. I
  have the latest source, tar.gz not .deb.
  I tried ./configure --help but must have missed something about the cli.

 apt-get install php4-cgi

 HTH,
Thanks that did it.
bob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




PHP command line?

2002-01-10 Thread Matthew Daubenspeck
Is there a way to install PHP easily for debian potato so it can be used 
through the command line?


Example: 
http://www.e-gineer.com/instructions/install-php3x-scripting-on-redhat5x.phtml




Re: PHP command line?

2002-01-10 Thread James Cameron
Matthew Daubenspeck wrote:
 Is there a way to install PHP easily for debian potato so it can be used
 through the command line?

Yes, install the php4-cgi or php3-cgi packages.

Use 'dpkg --listfiles php4-cgi' once installed to find the binary

-- 
James Cameron