We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e04385 + 210fcd4 commit 70ffed5Copy full SHA for 70ffed5
cmake/ext/odbc/CMakeLists.txt
@@ -182,7 +182,7 @@ include(CMakePushCheckState)
182
include(FeatureSummary)
183
include(PHP/Set)
184
185
-option(EXT_ODBC "Enable the odbc extension" OFF)
+option(EXT_ODBC "Enable the odbc extension")
186
add_feature_info(
187
"ext/odbc"
188
EXT_ODBC
cmake/ext/pcntl/CMakeLists.txt
@@ -46,7 +46,7 @@ include(FeatureSummary)
46
include(PHP/SearchLibraries)
47
include(PHP/SystemExtensions)
48
49
-option(EXT_PCNTL "Enable the pcntl extension (only for CLI-based SAPIs)" OFF)
+option(EXT_PCNTL "Enable the pcntl extension (only for CLI-based SAPIs)")
50
51
52
"ext/pcntl"
0 commit comments