php-windows Digest 6 Jan 2011 21:37:42 -0000 Issue 3900
Topics (messages 30459 through 30459):
PHP 5.3.5 VC6x86 TS installer problem
30459 by: Lars Mueller
Administrivia:
To subscribe to the digest, e-mail:
php-windows-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-windows-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-wind...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
Hi
Has anyone had the following problem using the installer to install PHP
as an apache module?
When installing, the http.conf is modified, but it leaves the path blank:
BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir ""
LoadModule php5_module "php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
instead of
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
Is this just my problem or is the installer buggy?
--- End Message ---