Hi, here is the steps,
1 . Copy all php_*.dll from extentions dir to c:\windows\system32 2 . Copy phpîsapi.dll to c:\windows\system32 3 . Copy php4ts.dll to c:\windows\system32 4 . Copy php.ini to c:\windows\system32 5. go ISAPI Filters and add .php (c:\windows\system32\phpisapi.dll) 6. go Application Configuration select Mappings tab and add new extentions mapping .php (c:\windows\system32\phpisapi.dll) 7. restart IIS
I like to replace steps 1 - 3 with
1. Copy php4isapi.dll file to the same directory as php.exe (usually from php/sapi/ to php/).
This keeps everything within the php/ directory. Just seems cleaner and makes for easier upgrades, if you ask me. :)
-- ---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals – www.phparch.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php