From:             vorlin1975 at gmail dot com
Operating system: Windows XP
PHP version:      5.2.6
PHP Bug Type:     *Configuration Issues
Bug description:  Installer for Windows binary will add the correct lines for 

Description:
------------
In using the Windows Installer, all is well, but at the end, the installer
adds the correct LoadModule and such but the slashes are backwards as it
looks like they were for *nix. Changing to \ allowed PHP to work.

Reproduce code:
---------------
Before:
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"

After:
LoadModule php5_module "C:\Program Files\PHP/php5apache2_2.dll"



Expected result:
----------------
Changing that in httpd.conf and restarting Apache, php pages worked fine.

Actual result:
--------------
Same As above.

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

Reply via email to