ID:               46619
 Updated by:       jmer...@php.net
 Reported By:      vorlin1975 at gmail dot com
-Status:           No Feedback
+Status:           Closed
 Bug Type:         Windows Installer
 Operating System: Windows XP
 PHP Version:      5.2.6
-Assigned To:      
+Assigned To:      jmertic
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




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

[2008-12-03 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2008-11-19 22:27:24] paj...@php.net

Please try using this CVS snapshot:

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

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



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

[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