ID:               46619
 Updated by:       [EMAIL PROTECTED]
 Reported By:      vorlin1975 at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         *Configuration Issues
 Operating System: Windows XP
 PHP Version:      5.2.6
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/




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

[2008-11-19 18:31:08] 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.

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

[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