php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #25748 --enable-track-vars depreciated, but not documented
Submitted: 2003-10-03 14:28 UTC Modified: 2004-07-26 17:37 UTC
From: php at pgregg dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.3.3 OS: All
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: php at pgregg dot com
New email:
PHP Version: OS:

 

 [2003-10-03 14:28 UTC] php at pgregg dot com
Description:
------------
Whilst playing with a new 4.3.3 install on RH9.0 linux trying to figure out why $_ENV was empty (thinking maybe a config option caused it to not populate the array) I found that:

At some point between 4.0.6 and 4.3.3 the configuration option --enable-track-vars was removed from everything expect php4.spec.in   This change does not appear in the change log and no reference can be found to what it actually did.

Most people upgrading will still be using this flag and should know it is no longer required.

Paul, aka Qube/#php@efnet


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-03 18:37 UTC] sniper@php.net
Doing './configure --help' is a good idea.
(And btw. it doesn't matter if you use non-existing configure options, they're just ignored and have no effect)

The option has been removed from the spec file already in CVS.

 [2004-07-26 17:37 UTC] vrana@php.net
Not every deprecated configuration option needs to be documented.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 08:01:28 2024 UTC