From:             fabian dot deutsch at gmx dot de
Operating system: Microsoft Windows 2003 Server
PHP version:      5.2.0
PHP Bug Type:     Unknown/Other Function
Bug description:  win-installer: Missing quotes in php.ini when setting 
extension_dir

Description:
------------
When using the win-installer for 5.2.0, on Microsofts WIndows 2003 Server
64bit, in conjunction with apache 2.2.3, the installer fails parsing the
extension_dir line (after setting it), because there are no qoutes around
the pathname.
This happens, because the filepath does contain whitespaces.

Reproduce code:
---------------
Use the win-installer and install it into a path containing whitespaces.

Expected result:
----------------
Clean install, even with whitespaces in pathnames.

Actual result:
--------------
The installer spawns a warning and you aren't able to start php, without
modifications of the php.ini. (Add the missing quotes)

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

Reply via email to