php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #81100 conifgure file --enable-all with wrong hint
Submitted: 2021-06-03 09:52 UTC Modified: 2021-06-13 04:22 UTC
From: yangholden at gmail dot com Assigned:
Status: No Feedback Package: *Compile Issues
PHP Version: 8.0.6 OS: Ubuntu20.04
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: yangholden at gmail dot com
New email:
PHP Version: OS:

 

 [2021-06-03 09:52 UTC] yangholden at gmail dot com
Description:
------------
"./configure --enable-all --Disable all extensions which are enabled by default"

this should be enable, not Disable.

Expected result:
----------------
"./configure --enable-all --Enable all extensions which are enabled by default"


Actual result:
--------------
"./configure --enable-all --Disable all extensions which are enabled by default"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-06-03 10:06 UTC] requinix@php.net
-Status: Open +Status: Feedback -Type: Documentation Problem +Type: Bug -Package: Output Control +Package: *Compile Issues
 [2021-06-03 10:06 UTC] requinix@php.net
It should be Disable and --disable-all, as configure.ac already states:
https://github.com/php/php-src/blob/PHP-8.0.6/configure.ac#L1008
Because "enable all extensions which are enabled by default" doesn't make sense.

Where are you seeing --enable-all?
 [2021-06-13 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 19:01:29 2024 UTC