Edit report at https://bugs.php.net/bug.php?id=62968&edit=1
ID: 62968 Updated by: [email protected] Reported by: bankim dot rana at strixsystems dot com Summary: Unable to Run PHP with IIS 7.X -Status: Open +Status: Not a bug Type: Feature/Change Request Package: IIS related Operating System: windows 2008 64 bit R2 sp1 PHP Version: 5.4.6 Block user comment: N Private report: N New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. ISAPI is not supported by PHP. You should not use it. You should use FastCGI instead. If instructions, tutorials, etc... weren't clear on this, then let us know because that will need to be fixed. For instructions on how to setup PHP with IIS, see this link: http://www.iis.net/learn/application-frameworks/install-and-configure-php-applications-on-iis/using-fastcgi-to-host-php-applications-on-iis. You can also try WebPI and PHP Manager, both available on iis.net. Previous Comments: ------------------------------------------------------------------------ [2012-08-29 13:31:17] bankim dot rana at strixsystems dot com Description: ------------ We are getting "HTTP Error 500.0 - Internal Server Error" while run any php file on IIS 7 and above on windows 2008 R2 sp1 OS with 64 bit. Details about error Module IsapiModule -> Requested URL http://localhost:80/phpinfo.php Notification ExecuteRequestHandler - Physical Path C:\inetpub\wwwroot\phpinfo.php Handler PHP-ISPAI - Logon Method Anonymous Error Code 0x8007007e - Logon User Anonymous Test script: --------------- <?php echo phpinfo(); ?> Expected result: ---------------- it shuld display php.ini configuration ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62968&edit=1
