From:             don dot raman at microsoft dot com
Operating system: Windows
PHP version:      5.2.12
PHP Bug Type:     Windows Installer
Bug description:  In the setup code file use of \\localhost\Admin$ creates 
problem

Description:
------------
The PHP MSI while configuring IIS FastCGI on 64 bit machine uses
\\localhost\Admin$ to overcome SYSWOW64 redirection. I have found machine
where \\localhost\Admin$ is not reachable. This fails running of fcgiext.js
script which means the FastCGI script mapping is missing on those machine.
This leads to a bad user experience.

Another thing to note that this is happening with PHP5.3.1 MSI too. So
this should be fixed at both the place.

Reproduce code:
---------------
There is no code to reproduce this error as the bug is in Windows MSI.

Expected result:
----------------
MSI while selected to configure IIS FastCGI should do the script mapping
and add index.php to default document list.

Actual result:
--------------
Script mapping as well as index.php in default document missing.

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

Reply via email to