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.
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
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