ID:               22776
 User updated by:  vbhackattack at hotmail dot com
 Reported By:      vbhackattack at hotmail dot com
-Status:           Bogus
+Status:           Open
 Bug Type:         PHP options/info functions
 Operating System: Windows 2000
 PHP Version:      4.3.2RC1
 New Comment:

Being a relative newbie to www.php.net and not knowing who the players
are it is hard to know how to read spider's two comments. As far as I
can tell, this is a legitimate bug with a workaround, not a bogus
issue. I'd welcome any evidence to the contrary.

Maybe Status = "Bogus" is shorthand for a variety of states including:
workaround, on-hold, rejected and open-low-priority, etc. In which case
it is a poor choice of nomenclature. After losing some time and mental
effort on this bug, and being conscientious to take the time to report
it, I'd appreciate not being told my report is bogus, at least without
some evidence.

If we want to encourage development of a top quality product in PHP,
shouldn't we strive to eliminate bugs rather than hiding them behind
workarounds and bogus status such as "Bogus"?

Since my comment is straying away from the bug report and into
philosophy, I invite follow up comments to the mailing lists php-dev,
php-qa or wherever discussion and advocacy take place :)

P.S. How about a directory of cvs contributors with a brief bio so we
can learn more about who we all are.

P.P.S. According to my tests, quotes around a path in php.ini are not
needed when there are spaces in the path, at least for initial parsing
of the ini file. Funny that spaces are OK but ~'s are not.


Previous Comments:
------------------------------------------------------------------------

[2003-03-19 10:47:04] [EMAIL PROTECTED]

Always use "'s around the paths.This won't give any errors:

extension_dir = "F:/PROGRA~1/phpdev/php/extensions"



------------------------------------------------------------------------

[2003-03-19 07:01:45] vbhackattack at hotmail dot com

Before changing the status to "Bogus", could you elaborate on why this
bug can't be fixed? This is bound to cause confusion for PHP newbies
(as I was a month ago).

------------------------------------------------------------------------

[2003-03-19 02:01:02] [EMAIL PROTECTED]

This is just how it works on windows..


------------------------------------------------------------------------

[2003-03-18 21:06:53] vbhackattack at hotmail dot com

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 this bug report at http://bugs.php.net/?id=22776&edit=1

Reply via email to