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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sun Dec 22 02:01:28 2024 UTC