Re: [PHP] PHP binary file

2002-02-19 Thread Greg Donald
> Has anyone compiled php on linux and found the binary executable file? I usually compile it and copy it to where I want it manually... Greg Donald - http://destiney.com/ http://phprated.com/ | http://phplinks.org/ | http:

Re: [PHP] PHP binary file

2002-02-19 Thread Tyler Longren
Hunter, Ray" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 8:28 AM Subject: [PHP] PHP binary file > Has anyone compiled php on linux and found the binary executable file? > > > Ray Hunter > Firmware Engineer > > ENTERASYS NETWORKS &

Re: [PHP] PHP binary file

2002-02-19 Thread Jeff Sheltren
Hi, mine is located here: /usr/bin/php I don't recall telling it where to put the binary (if such an option exists) so I assume that is the default location. Jeff At 09:28 AM 2/19/2002 -0500, Hunter, Ray wrote: >Has anyone compiled php on linux and found the binary executable file? > > >Ray Hun

[PHP] PHP binary file

2002-02-19 Thread Hunter, Ray
Has anyone compiled php on linux and found the binary executable file? Ray Hunter Firmware Engineer ENTERASYS NETWORKS Phone: 801 887-9888 Fax:801 972-5789 Email: [EMAIL PROTECTED] www:www.enterasys.com

[PHP] php binary

2001-12-11 Thread sanjay
Hi Can someone tell me from where can I get the binary file of php so that I can run php files from the command line of Unix. Thanks in advance. Regards Sanjay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] php binary ??

2001-07-05 Thread mike cullerton
on 7/5/01 5:15 AM, Marc van Duivenvoorde at [EMAIL PROTECTED] wrote: > > I've got a small question, can I make php system scripts just like perl > when I have compiled php as a dso module for apache or do I have to > compile it to an binary executable ?? you must have a separate executable >

Re: [PHP] php binary ??

2001-07-05 Thread Justin Farnsworth
Just an observation.. It is already "installed" in RedHat 7x and is found in /usr/bin/php. If you are running Linux, you can probably easily get the RPM. _jef Marc van Duivenvoorde wrote: > > I've got a small question, can I make php system scripts just like perl > when I have compiled php

[PHP] php binary ??

2001-07-05 Thread Marc van Duivenvoorde
I've got a small question, can I make php system scripts just like perl when I have compiled php as a dso module for apache or do I have to compile it to an binary executable ?? something like #! /usr/bin/perl -w with a script except then for php. Marc van Duivenvoorde -- PHP General Mailin

Re: [PHP] php binary?

2001-01-11 Thread Brian White
I am brand new to this list but I have used PHP a little Yes - you can use PHP 3 in stand alone mode Issues: 1) The usage claimed to be able to set variables on the command line. I was able to set one but not more than that - basically I just ended up creating a temporary wrappe

Re: [PHP] php binary?

2001-01-11 Thread jeremy brand
> > I would like to have a serer with static pages and recreate them using xml/html >every time there is a change... /. :) Yes, just compile PHP4 into your cgi binary. If you have php 3 on your system, name the binary php4 (for no better reason that so you don't over write your php 3 binary).

Re: [PHP] php binary?

2001-01-11 Thread Jason Murray
Jesus Climent wrote: > > Is it possible to have a "php" executable to generate static pages instead of using >the apache to generate the dynamic pages every time a connection is received? > > I would like to have a serer with static pages and recreate them using xml/html >every time there is a

[PHP] php binary?

2001-01-11 Thread Jesus Climent
Is it possible to have a "php" executable to generate static pages instead of using the apache to generate the dynamic pages every time a connection is received? I would like to have a serer with static pages and recreate them using xml/html every time there is a change... J:esse -- PHP Gene