Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PHP] php binary

0 views
Skip to first unread message

Martin A. Marques

unread,
Dec 15, 2000, 2:18:11 PM12/15/00
to
How do I build a php binary to execute from the command line, and not as an
apache module?

Saludos... :-)

--
System Administration: It's a dirty job,
but someone told I had to do it.
-----------------------------------------------------------------
Martín Marqués email: mar...@math.unl.edu.ar
Santa Fe - Argentina http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general...@lists.php.net
For additional commands, e-mail: php-gene...@lists.php.net
To contact the list administrators, e-mail: php-lis...@lists.php.net

Joe Stump

unread,
Dec 15, 2000, 2:23:06 PM12/15/00
to
bash$ cd /path/to/php-source
bash$ ./configure --with-mysql --with-xml [insert any more libs - no apache]
bash$ make
bash$ cp ./php /usr/local/bin
bash$ php -q script.php

--Joe

---
Joe Stump
PHP Programmer
www.Care2.com

Kurth Bemis

unread,
Dec 15, 2000, 2:26:41 PM12/15/00
to
just do a

./configure <options>

at the command line...

then make
then make install

or you can READ THE FREAKIN MANUAL!

try it - http://www.php.net/manual

~kurth

On Fri, 15 Dec 2000, Martin A. Marques wrote:

> How do I build a php binary to execute from the command line, and not as an
> apache module?
>
> Saludos... :-)
>
>

--
Kurth Bemis
Senior Network Admin USAExpress.net/Ozone Computer
ku...@usaexpress.net | http://www.usaexpress.net/kurth
PGP key at http://www.usaexpress.net/kurth/pgp

Insanity is the final defense ... It's hard to get a refund when the
salesman is sniffing your crotch and baying at the moon.

Donate Your Wasted CPU Cycles! http://www.distributed.net

0 new messages