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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 22:01:26 2024 UTC