php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62430 PHP Windows Installer Command Line Failure
Submitted: 2012-06-27 14:49 UTC Modified: 2012-06-27 15:02 UTC
From: rickschneider17 at hotmail dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: 5.3.14 OS: Windows 2008 R2
Private report: No CVE-ID: None
 [2012-06-27 14:49 UTC] rickschneider17 at hotmail dot com
Description:
------------
Trying to install php5.3.14 nts with the windows installer/msi package.  According 
to the documentation, there should be an option called ADDLOCAL which takes a 
comma seperated list of extentions... (ext_php_gd,ext_php_mysqli) and this fails 
with the following message in windows event log.. 
Product: PHP 5.3.14 -- The installer has encountered an unexpected error 
installing this package. This may indicate a problem with this package. The error 
code is 2711. The arguments are: ext_php_gd, ,

It looks like it is failing to parse out any extra extentions

Test script:
---------------
msiexec /i php-5.3.14-nts-Win32-VC9-x86.msi /passive ADDLOCAL=ext_php_gd,ext_php_mysqli

or 

msiexec /i php-5.3.14-nts-Win32-VC9-x86.msi /passive ADDLOCAL="ext_php_gd,ext_php_mysqli"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-06-27 15:02 UTC] rickschneider17 at hotmail dot com
-Status: Open +Status: Closed
 [2012-06-27 15:02 UTC] rickschneider17 at hotmail dot com
It seems that documentation needs to be updated... passing in ext_php_gd2 works...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 04:01:30 2024 UTC