From:             torsten at vip dot cybercity dot dk
Operating system: Windows XP Professional x64
PHP version:      5.2.0
PHP Bug Type:     *General Issues
Bug description:  Installer does not work on x64

Description:
------------
When installing on x64, the default install path is \Program Files
(x86)\PHP. After installation, PHP fails with a syntax error because the
value of "extension_dir" is not quoted.

Uninstall and reinstall, being careful to select "D:\Program Files\PHP" as
install path. When you get to the "Choose Items to Install" screen, the
path still appears as "\Program Files (x86)\PHP". Click Browse, navigate
to "\Program Files\PHP". The dialog still shows the "(x86)" path, and
indeed the installation is performed to that path.

Moved installation to desired path, hacked the registry at
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PHP\InstallDir. When invoking
php.exe from the command line, I get

PHP Warning:  PHP Startup: Unable to load dynamic library 'D:\Program
Files\PHP\
ext\php_exif.dll' - The specified module could not be found.
 in Unknown on line 0

etc., although the file is there.


-- 
Edit bug report at http://bugs.php.net/?id=39913&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39913&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39913&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39913&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39913&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39913&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39913&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39913&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39913&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39913&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39913&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39913&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39913&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39913&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39913&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39913&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39913&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39913&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39913&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39913&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39913&r=mysqlcfg

Reply via email to