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
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
43 - 23 = ?
Subscribe to this entry?

 
 [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: Sun Apr 28 18:01:31 2024 UTC