| Newsgroups |
php.bugs |
| Message-ID |
<[email protected]> |
ID: 48494
Updated by: [email protected]
Reported By: walidantar at live dot com
-Status: Open
+Status: Closed
Bug Type: Windows Installer
Operating System: Windows 7 x86, Windows xp x86
PHP Version: 5.2.9
Assigned To: jmertic
New Comment:
Sounds like you tried to install with all options available; this isn't
supported, since it would install all SAPIs and all extensions. You
should instead stick with the default install and add to it the
extensions/features needed.
Previous Comments:
------------------------------------------------------------------------
[2009-06-08 09:03:56] walidantar at live dot com
Description:
------------
When I run Test Configuration "httpd.exe" it gives a message that says
syntex error at line 490 "Only first PHPINIDIR directive honored per
configuration tree - subsequent ones ignored"
Reproduce code:
---------------
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
ScriptAlias /php/ "E:/Program Files/PHP/"
Action application/x-httpd-php "E:/Program Files/PHP/php-cgi.exe"
PHPIniDir "E:/Program Files/PHP/" //only this directive is required
LoadModule php5_module "E:/Program Files/PHP/php5apache2_2.dll"
#PHPIniDir "E:/Program Files/PHP/" //must be omitted
LoadModule php5_module "E:/Program Files/PHP/php5apache2.dll"
#PHPIniDir "E:/Program Files/PHP/" //must be omitted
LoadModule php5_module "E:/Program Files/PHP/php5apache.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=48494&edit=1