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
If you installed it with apache or some other webserver, and you didn't use the --prefix option, it's probably here: /usr/local/lib/php/ Somewhere in that directory would be my guess. I think that's where mine is located. Tyler - Original Message - From: "Hunter, Ray" <[EMAIL PROTECTED

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

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

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