Windows7 IIS7: zips don't have php5isapi.dll Can I use php.dll instead?
Posted
by Pete Alvin
on Server Fault
See other posts from Server Fault
or by Pete Alvin
Published on 2010-06-12T19:02:36Z
Indexed on
2010/06/14
4:53 UTC
Read the original article
Hit count: 402
The page: How to Install PHP 5.2 on IIS 7and Windows Vista (and a few others) reference a mysterious php5isapi.dll which is not in the Windows install, or the zip files:
php-5.3.2-Win32-VC9-x86.zip - VC9 x86 Thread Safe
php-5.3.2-nts-Win32-VC9-x86.zip - VC9 x86 Non Thread Safe
There was another post on stackoverflow that said it's obsolete and replaced by "fastapi" but no instructions mention this.
I did find a php.dll in the zip file. Can I use that instead of php5isapi.dll?
It's very frustrating trying to install basic PHP5 on Windows with MySQL.
© Server Fault or respective owner