ID:               46619
 User updated by:  vorlin1975 at gmail dot com
 Reported By:      vorlin1975 at gmail dot com
 Status:           Open
 Bug Type:         *Configuration Issues
 Operating System: Windows XP
 PHP Version:      5.2.6
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[2008-11-19 17:38:13] vorlin1975 at gmail dot com

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 this bug report at http://bugs.php.net/?id=46619&edit=1

Reply via email to