Edit report at https://bugs.php.net/bug.php?id=60607&edit=1

 ID:                 60607
 Updated by:         paj...@php.net
 Reported by:        chutz747 at gmail dot com
 Summary:            Blank pages under FastCgi IIS
 Status:             Bogus
 Type:               Bug
 Package:            IIS related
 Operating System:   Win server 2008RC2
 PHP Version:        5.3.8
 Block user comment: N
 Private report:     N

 New Comment:

Bogus means that there was no bug per se in PHP itself.


Previous Comments:
------------------------------------------------------------------------
[2011-12-27 23:06:24] chutz747 at gmail dot com

Not bogus, just fixed on my own.

------------------------------------------------------------------------
[2011-12-25 18:15:51] paj...@php.net

no bug > bogus

------------------------------------------------------------------------
[2011-12-25 18:02:06] chutz747 at gmail dot com

Resolved - Please Close

------------------------------------------------------------------------
[2011-12-25 17:20:37] paj...@php.net

Check the error log

------------------------------------------------------------------------
[2011-12-25 17:17:35] 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


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=60607&edit=1

Reply via email to