To run PHP4 isapi you must copy php4ts.dll into c:winnt\system32 and php.ini
into c:\winnt\
After that you must edit properties of your server into IIS management
console
Click on modify main properties.
Click on ISAPI filter and add here the php4isapi.dll with php as name.
Into main directory tab click on configuration and add a map for .php
extension with c:\[your_directory]\php4isapi.dll in executable file.
Don't miss to add read permissions to php directory and all childs for
Anonymous IIS users (IUSR_...,IWAN_...)
Restart your IIS.
I hope that this could help you
Look at "php4win.de" site for an optimized version of php 4 for Win 32
plateform.
""Tiago Azevedo"" <[EMAIL PROTECTED]> a écrit dans le message news:
001a01c0db44$4bb05400$[EMAIL PROTECTED]
> I'm getting same error. Where should I put the DLL (and which DLL)?
>
> With CGI (php.exe at c:\php\php.exe) it works, but with ISAPI
(php4isapi.dll
> at c:\php\sapi\php4isapi.dll) it doesn't.
> I tried copying that dll to c:\winnt\system32, etc, but it still didn't
> work.
>
> [PHP 4.0.5 on Windows 2000 Professional IIS 5.0]
>
> So, what's up please? What am I doing wrong?
>
> Tiago BCGA
> [EMAIL PROTECTED]
>
> Original Message (from
> http://marc.theaimsgroup.com/?l=php-windows&m=98882198526897&w=2):
>
> By making sure the DLL the system ask for is present in your access path!
> (That's basically what the error message ask you to do. :-/ )
>
> >I am trying to run php4 on my windows 2000 iis server. I can load php
files
> >with the cgi version (php.exe), but when I try to use hp4isapi.dll i get
> >the error "The specified module could not be found." How do I get this
> thing
> >to work?
>
>
> --
> PHP Windows 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]
>
--
PHP Windows 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]