From:             
Operating system: Win server 2008RC2
PHP version:      5.3.8
Package:          IIS related
Bug Type:         Bug
Bug description:Blank pages under FastCgi IIS

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 bug report at https://bugs.php.net/bug.php?id=60607&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=60607&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=60607&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=60607&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=60607&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=60607&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=60607&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=60607&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=60607&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=60607&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=60607&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=60607&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=60607&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=60607&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=60607&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=60607&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=60607&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=60607&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=60607&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=60607&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=60607&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=60607&r=mysqlcfg

Reply via email to