php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60607 Blank pages under FastCgi IIS
Submitted: 2011-12-25 17:17 UTC Modified: 2011-12-28 12:25 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: chutz747 at gmail dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 5.3.8 OS: Win server 2008RC2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: chutz747 at gmail dot com
New email:
PHP Version: OS:

 

 [2011-12-25 17:17 UTC] chutz747 at gmail dot com
Description:
------------
Followed installation instructions found all over the internet for installing PHP via fastCGI on WIN server 2008 IIS7.

Downloaded 5.3.8 VC9 non-thread-safe and copied to c:\php

created registry key for IniFilePath = c:\php

in php.ini

changed php dev ini file to php.ini and uncommented necessary modules
changed module ext directory to c:\php\ext
cgi.force_redirect = 0
cgi.fix_pathinfo=1
fastcgi.impersonate = 1;


set IIS handler mappings to *.php, fastcgimodule, c:\php\php-cgi.exe, PHP_via_FastCGI

set IIS CGI ISAPI Restrictions 

C:\php\php-cgi.exe, PHP -- tried both allowed and not allowed

SET IIS default document to index.php

added c:\php to windows path

127.0.0.1 localhost is set in hosts file

ALL I GET IS BLANK PAGES 

phpinfo function doesn't even display anything.

am I missing something???

I would like a fix ASAP





Test script:
---------------
<?php

phpinfo();

?>

Expected result:
----------------
the phpinfo output

Actual result:
--------------
BLANK PAGE

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-12-25 17:20 UTC] pajoye@php.net
-Status: Open +Status: Feedback
 [2011-12-25 17:20 UTC] pajoye@php.net
Check the error log
 [2011-12-25 18:02 UTC] chutz747 at gmail dot com
Resolved - Please Close
 [2011-12-25 18:15 UTC] pajoye@php.net
no bug > bogus
 [2011-12-25 18:15 UTC] pajoye@php.net
-Status: Feedback +Status: Bogus
 [2011-12-27 23:06 UTC] chutz747 at gmail dot com
Not bogus, just fixed on my own.
 [2011-12-28 12:25 UTC] pajoye@php.net
Bogus means that there was no bug per se in PHP itself.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 05:01:27 2024 UTC