php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #431 Whitespace problem in php3.ini
Submitted: 1998-06-03 07:03 UTC Modified: 1998-06-03 17:21 UTC
From: torben at netmill dot com Assigned:
Status: Closed Package: Other
PHP Version: 3.0 Latest CVS OS: Linux 2.0.33/Slackware
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: torben at netmill dot com
New email:
PHP Version: OS:

 

 [1998-06-03 07:03 UTC] torben at netmill dot com
The configuration scanner doesn't treat spaces and tabs equivalently
in php3.ini when using keywords (as opposed to numerics, which do
work).

Here's the php3.ini in question:

[PHP_3]
; T == tab; S == space
track_vars      =       On      ; (T/T/T) works
;track_vars     =       On      ; (T/T/S) doesn't work
;track_vars     =       On      ; (T/S/T) doesn't work
;track_vars      =      On      ; (S/T/T) works
;track_vars      =       On     ; (S/S/T) doesn't work


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-06-03 17:21 UTC] zeev
Fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC