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 you use the "-c path/file" of php.exe (can't make
it work) ?
Is it possible for the ISAPI config too? as "php4ts.dll" is not named
"php5ts.dll", I can't have PHP4 and PHP5 at the same time?

Thanks for your answer,

den

"Frank M. Kromann" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> 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 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.force_redirect = 0" in php.ini) :
> > >> CGI Error
> > >> The specified CGI application misbehaved by not returning
> > >> a complete set of HTTP headers. The headers it did return are:
> >
> > Any idea?
> > PHP5 "structure" seems to be equivalent to the one of PHP4 (DLLs are
> > always named php4___) so I'm wondering if there's a bug in IIS support
> > rather than a new way of installing it compared to PHP4.
> >
> > Thanks in advance for your suggestions
> >
> > den
> >
> >
> >
> > -- 
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to