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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rickschneider17 at hotmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 01:01:28 2025 UTC