ID:               41553
 Updated by:       [EMAIL PROTECTED]
 Reported By:      r dot bunder at chello dot nl
-Status:           Open
+Status:           Feedback
-Bug Type:         Apache2 related
+Bug Type:         Unknown/Other Function
 Operating System: Windows XP and Vista
 PHP Version:      5.2.2
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi




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

[2007-05-31 20:30:17] r dot bunder at chello dot nl

Description:
------------
Hi,

When using the windows installer php-5.2.2-win32-installer.msi
It creates the following entry in the httpd.conf

#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:\Program Files\PHP\"
LoadModule php5_module "C:\Program Files\PHP\\php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL

The line LoadModule php5_module "C:\Program
Files\PHP\\php5apache2_2.dll contains one \ to many

It should be:

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

Kind regards

Remco Bunder



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


-- 
Edit this bug report at http://bugs.php.net/?id=41553&edit=1

Reply via email to