Skip to content

Commit db42883

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 850ce67 + 70ffed5 commit db42883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/ext/odbc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ include(CMakePushCheckState)
182182
include(FeatureSummary)
183183
include(PHP/Set)
184184

185-
option(EXT_ODBC "Enable the odbc extension" OFF)
185+
option(EXT_ODBC "Enable the odbc extension")
186186
add_feature_info(
187187
"ext/odbc"
188188
EXT_ODBC

cmake/ext/pcntl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ include(FeatureSummary)
4646
include(PHP/SearchLibraries)
4747
include(PHP/SystemExtensions)
4848

49-
option(EXT_PCNTL "Enable the pcntl extension (only for CLI-based SAPIs)" OFF)
49+
option(EXT_PCNTL "Enable the pcntl extension (only for CLI-based SAPIs)")
5050

5151
add_feature_info(
5252
"ext/pcntl"

0 commit comments

Comments
 (0)