|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2010-11-19 01:12 UTC] jani@php.net
-Status: Open
+Status: Wont fix
-Package: Feature/Change Request
+Package: *General Issues
[2010-11-19 01:12 UTC] jani@php.net
[2012-09-17 00:00 UTC] philip@php.net
[2012-09-17 00:00 UTC] philip@php.net
-Status: Wont fix
+Status: Open
[2014-12-30 21:10 UTC] tyrael@php.net
-PHP Version: 4.3.3RC1
+PHP Version: 7.0
[2015-06-13 06:29 UTC] kalle@php.net
[2017-10-24 01:37 UTC] kalle@php.net
-Status: Open
+Status: Analyzed
[2020-06-17 16:09 UTC] Adlertanikia37 at gmail dot com
[2021-12-22 08:01 UTC] tateshelby6 at gmail dot com
[2022-04-07 15:03 UTC] ilutov@php.net
-Status: Analyzed
+Status: Closed
-Assigned To:
+Assigned To: ilutov
[2022-04-07 15:03 UTC] ilutov@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 03:00:02 2025 UTC |
Description: ------------ The following configure options would be nice: New features: ----------------------------------------------------------- --with-avail : Compiles in all --with-* extensions that are available on a system. If not available/found, they are skipped. --enable-avail : Alias to --enable-all as I assume all enables are available. Maybe not? --with-all : Attempts to compile with all --with-* extensions, available or not. Changed behavior: ----------------------------------------------------------- --enable-all : Attempts to compile in all --enable-* extensions. Currently this attempts to compile in --with and --enable, so can be considered "broken". There can also be --without-all and --disable-all although --disable-all currently exists, it disables everything, --with or --enable. So, this is also a request to fix --enable-all or perhaps rename it as --with-all (but even then it wouldn't be fully accurate).