>Yeah after a net stop and net start I've got the cgi version working, but I
>still can't
>seem to get the PHP isapi module up.

This could be a permissions issue on any of the php files (php4ts.dll,
php4isapi.dll, php.ini or any extension dlls enabled in php.ini). For test
purposes, if you give full control for everyone for these files and it
starts to work, then it was a permissions problem.

>What functionality is missing from the CGI version besides http-auth? can
it
>handle
>uploads?

I think that all you miss is some performance and the ability to get at the
headers before IIS has already acted on them. This affects authentication
and probably some other stuff as well.

You will probably also find that the CGI version is much more reliable than
the ISAPI module.

Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to