Re: [PHP-WIN] PHP 5 Beta 1 and IIS

2003-07-06 Thread Frank M. Kromann
Hi Den, I have two directories on my system: c:\php4 and c:\php5. In each of these directories I have all files needed for each version. php.exe (my cli version) php-cgi.exe php4ts.dll php4isapi.dll .. all extensions I then have a directory with all my PHP scripts. Each project in a sub folder.

Re: [PHP-WIN] PHP 5 Beta 1 and IIS

2003-07-06 Thread Denis Bourdon
Thank you Frank! It works well : - libxml2.dll and iconv.dll either in the same folder where php.exe is -> CGI - libxml2.dll and iconv.dll (+ php4ts.dll) either in %systemdir%\system32 -> ISAPI however I'd like to know how you can keep everything in c\php5 ? Is it only for CGI configuration ? Do

Re: [PHP-WIN] PHP 5 Beta 1 and IIS

2003-07-05 Thread Frank M. Kromann
Hi Den, PHP5 needs libxml2.dll and iconv.dll either in the same folder where php.exe (CGI version) is or in %systemdir%\system32. I prefer to keep everything in c:\php5. That makes it possible to run different versions of PHP on the same system. - Frank > Hello there! > > Just wanted to know i

[PHP-WIN] PHP 5 Beta 1 and IIS

2003-07-05 Thread Denis Bourdon
Hello there! Just wanted to know if anyone succeeded in installing the latest PHP 5 Beta 1 under IIS (5 or 6) I tried : - ISAPI configuration : the loading of "php4isapi.dll" by W3SVC failed (I put php4ts.dll and php.ini in %systemdir%) - CGI/EXE configuration : I get the following (I put "cgi.fo