Re: [PHP] install PHP 5.4 by RPM

2012-09-25 Thread Matijn Woudt
On Tue, Sep 25, 2012 at 1:48 PM, Jonathan Sundquist wrote: > What version of centso are you running? > > - "The cold winds are rising" > On Sep 24, 2012 10:28 PM, "lx" wrote: > >> Hello: >>I have installed the PHP and Apache by RPM, and the version of rpm >> packets is: >> >> httpd-2.2.3-

Re: [PHP] install PHP 5.4 by RPM

2012-09-25 Thread Jonathan Sundquist
What version of centso are you running? - "The cold winds are rising" On Sep 24, 2012 10:28 PM, "lx" wrote: > Hello: >I have installed the PHP and Apache by RPM, and the version of rpm > packets is: > > httpd-2.2.3-63.el5.centos.1.x86_64.rpm > apr-1.2.7-11.el5_3.1.x86_64.rpm > apr-util-1

[PHP] Re: [PHP-INSTALL] PHP on Windows without Apache

2008-12-14 Thread Daniel Brown
On Sun, Dec 14, 2008 at 13:19, Jeffery Harris wrote: > Thanks Daniel. Any recommendations on a good php learning book. My pleasure, Jeff. I've honestly never read any of the PHP books out there, so I wouldn't be able to give you a definite recommendation on that. What I *will* highly re

Re: [PHP] install php-gtk on mdk9.1

2003-07-31 Thread Marek Kilimajer
http://sk.php.net/mailing-lists.php Decapode Azur wrote: hi, where do I have to post to bring help about how to install php-gtk ? Cheers -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] install php

2003-03-13 Thread Ray Hunter
make sure you config line has the location of you mysql install.. example: /.configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.14 --enable-track-var -- Ray On Thu, 2003-03-13 at 00:14, sonjaya wrote: > dear milist > i want' instal php with mysql , itry > like this : > #./conf

Re: [PHP] install php as CGI?

2002-06-04 Thread Pushkar Pradhan
./configure --prefix=/rstc/user1/erc/pushkar/php-4.0.6 --with-regex=system --enable-discard-path --enable-dbase Actually you just need one " --enable-discard-path " for security reasons, others are customized for my use and yes prefix is also a must. > how can i install php as CGI? > > > > > > >