From:             rickschneider17 at hotmail dot com
Operating system: Windows 2008 R2
PHP version:      5.3.14
Package:          *General Issues
Bug Type:         Bug
Bug description:PHP Windows Installer Command Line Failure

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"


-- 
Edit bug report at https://bugs.php.net/bug.php?id=62430&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=62430&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=62430&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=62430&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=62430&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=62430&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=62430&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=62430&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=62430&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=62430&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=62430&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=62430&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=62430&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=62430&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=62430&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=62430&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=62430&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=62430&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=62430&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=62430&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=62430&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=62430&r=mysqlcfg

Reply via email to