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 Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
24 - 9 = ?
Subscribe to this entry?

 
 [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: Fri Apr 26 10:01:31 2024 UTC