Assuming you are running linux...
Just remove the "--with-apache", from the ./configure statement... should look
something like this
# ./configure [DIRECTIVES] [--with-mysql=/usr/local/mysql]
# make
# make install
Should install to:
# /usr/local/bin/php
then you can run scripts by:
# /usr/local/bin/php /path/to/script/scriptname
Have Fun!
Nathan Cook
[EMAIL PROTECTED]
----- Original Message -----
From: "midget2000x" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 2:52 PM
Subject: RE: [PHP] running a stand-alone PHP program
> I suppose I need to be more clear. I already have PHP running, but I want to
> run actual PHP code that I write as a stand-alone program. Is this what
you're
> doing?
>
> On Wed, 16 May 2001, you wrote:
> > yeah. i run it as a CGI.
> >
> > compile it as a binary, then edit the apache config...
> >
> > that's it
> >
> > > -----Original Message-----
> > > From: midget2000x [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, May 16, 2001 4:18 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [PHP] running a stand-alone PHP program
> > >
> > >
> > > I apologize if this has already been covered...I can't seem to find it in
the
> > > archives...
> > >
> > > can PHP be coded and run as a stand-alone program? If so, where can I get
more
> > > info on that?
> > >
> > > I am running Linux and would like to pass some data to PHP from a
> > > CGI program.
> > >
> > > Thanks!
> > >
> > > Rory
> > > -----------
> > > providing the finest in midget technology
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> > >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> --
> -----------
> providing the finest in midget technology
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]