[PHP] Re: Install PHP on windows using PHP installler

2003-06-26 Thread Mark McCulligh
>From my understanding you can get PHP with CGI to do persistant connection if you install fastcgi. Link about PHP and FastCGI: http://php.weblogs.com/fastcgi_with_php_and_iis Mark. "Php Dot Net" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > depend on which web server : > > for

[PHP] Re: Install PHP on windows using PHP installler

2003-06-26 Thread php dot net
depend on which web server : for apache : use php as a module for IIS (very bad id) : use php as a ISAPI In either case don't use php as a CGI, this won't allow persistant connection (very usefull for mysql) Hope that helped ! k -- PHP General Mailing List (http://www.php.net/) To unsubs

[PHP] Re: Install PHP on windows using PHP installler

2003-06-26 Thread Pete Morganic
What I tend to do is to download the installer and run it as this sets up all the configuration (eg IIS) I then download the zip file (Which contains a load of extra files eg PEAR) and copy the whole unzipped directory to overwite the c:\php dir contents created by the installer. This might b

[PHP] Re: Install PHP on windows using PHP installler

2003-06-26 Thread Anthony
what webserver are you using? If it's IIS, then use the installer... If it's Apache, teh installer doesn;t work, you have to do it manualy. - Anthony "Mark McCulligh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am building a Windows 2000/PHP production server. I have only eve

[PHP] Re: Install PHP on windows using PHP installler

2003-06-26 Thread Nadim Attari
> Is it better to install PHP using the PHP installer or using the Zip file > version? Go for the PHP Installer. It's straight forward to install... Do download the Zip file also, in case u need any extensions (DLL) Nadim Attari http://www.alienworkers.com -- PHP General Mailing List (http://