From:             vbhackattack at hotmail dot com
Operating system: Windows 2000
PHP version:      4.3.2RC1
PHP Bug Type:     PHP options/info functions
Bug description:  error parsing php.ini - MS-DOS short filename

When loading php.exe reports a non-fatal error when parsing php.ini:
PHP:  Error parsing F:\WINNT\php.ini on line 424

where php.ini line 424 is:
extension_dir = F:/PROGRA~1/phpdev/php/extensions

Changing to a long filename is a work around. It doesn't seem to matter if
a long filename containing spaces is quoted. The following seems to work,
although I have no idea how to throughly test this.
extension_dir = F:/Program Files/phpdev/php/extensions

I tried to explore this but it involves Bison parsing of the ini file and
I got lost in the muddle of identifiers all starting with "yy".

Tested with v4.3.1, v4.3.2RC1, v4.5.x and v5.0.x.
-- 
Edit bug report at http://bugs.php.net/?id=22776&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22776&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22776&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22776&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22776&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22776&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22776&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22776&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22776&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22776&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22776&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22776&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22776&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22776&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22776&r=gnused

Reply via email to