File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ include(CMakePushCheckState)
182182include (FeatureSummary)
183183include (PHP/Set)
184184
185- option (EXT_ODBC "Enable the odbc extension" OFF )
185+ option (EXT_ODBC "Enable the odbc extension" )
186186add_feature_info(
187187 "ext/odbc"
188188 EXT_ODBC
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ include(CMakeDependentOption)
4242include (CMakePushCheckState)
4343include (FeatureSummary)
4444
45- option (EXT_PCNTL "Enable the pcntl extension (only for CLI-based SAPIs)" OFF )
45+ option (EXT_PCNTL "Enable the pcntl extension (only for CLI-based SAPIs)" )
4646
4747add_feature_info(
4848 "ext/pcntl"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ project(
2828include (CMakeDependentOption)
2929include (FeatureSummary)
3030
31- option (EXT_PDO_OCI "Enable the pdo_oci extension" OFF )
31+ option (EXT_PDO_OCI "Enable the pdo_oci extension" )
3232
3333add_feature_info(
3434 "ext/pdo_oci"
You can’t perform that action at this time.
0 commit comments