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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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: Wed Apr 24 14:01:30 2024 UTC