ID: 30101 User updated by: cdelasaux at att dot net Reported By: cdelasaux at att dot net -Status: Open +Status: Closed Bug Type: IIS related Operating System: 2k3 Standard Server PHP Version: 5.0.1 New Comment:
You MUST follow the manual selectively!!! Setting the PHPRC in you system enviroment correctly and add in PATH your PHP directory. Then add in .php extension for the Web Sites and in webservice extensions add the php5isapi.dll and set to allow. Edit your ini file and make sure you have cgi.force_redirect = 0 and your Extension path correct Thats it... No more!!! If you need you can add php5isapi.dll to the filters and you may also add activescript if you need them but are not required. Previous Comments: ------------------------------------------------------------------------ [2004-09-17 02:17:23] cdelasaux at att dot net After attempting to switch back to the working configuration I was unable to get php5isapi.dll to load. Under ISAPI Filters for all websites in the IIS manager would show Red Down arrow and say that it's not loaded. I reverted to php-4.3.8 and have it running no issues. I will try more on 5.0.1 later next week. Cheers, Cordel ------------------------------------------------------------------------ [2004-09-16 05:41:23] cdelasaux at att dot net Well going back to the working php turned out not to go so well. I reverted back to the configuration that had worked and I can't get the phpisapi.dll to load which in turn takes down IIS. I'll try again from scratch and see if I can replicate it one more time. Cheers, Cordel ------------------------------------------------------------------------ [2004-09-16 04:01:45] cdelasaux at att dot net Description: ------------ Using a fresh install of everything (: *Win 2K3 standard server with Active dir enabled and PDC *IIS6 installed and running *PHP 5.0.1 installed and some what running. I following the install doc I did and repeated every thing several times (just in case I missed something). I have php in c:\php and permisions to webusers, IIS, and users all set to +RX. The PHPRC environment variable does not appear to work. PHPRC = C:\php php.ini has: include_path = ".;c:\php\pear\" extension_dir = "c:\php\ext\" cgi.force_redirect = 0 phpinfo() shows: extension_dir C:\php5 include_path .;C:\php5\pear http://corman.servebeer.com/info.php I set the value in Registry HKEY_LOCAL_MACHINE\SOFTWARE\PHP\ New->String Value IniFilePath = C:\php and I removed the system var PHPRC and The php.ini file loaded. phpinfo() shows: extension_dir C:\php include_path .;C:\php\pear So went went back to trying setting the PHPRC variable again and removed the registry entry. The php.ini would not load. Cheers, Cordel ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30101&edit=1