File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ cmake_dependent_option(
6262 "SAPI_PHPDBG"
6363 OFF
6464)
65+ mark_as_advanced (SAPI_PHPDBG_SHARED)
66+ add_feature_info(
67+ "sapi/phpdbg shared"
68+ SAPI_PHPDBG_SHARED
69+ "dynamically loadable shared object"
70+ )
6571
6672cmake_dependent_option(
6773 SAPI_PHPDBG_DEBUG
@@ -72,9 +78,9 @@ cmake_dependent_option(
7278)
7379mark_as_advanced (SAPI_PHPDBG_DEBUG)
7480add_feature_info(
75- "sapi/phpdbg shared "
76- SAPI_PHPDBG
77- "dynamically loadable shared object "
81+ "sapi/phpdbg debug "
82+ SAPI_PHPDBG_DEBUG
83+ "additional diagnostic output "
7884)
7985
8086cmake_dependent_option(
@@ -87,7 +93,7 @@ cmake_dependent_option(
8793mark_as_advanced (SAPI_PHPDBG_READLINE)
8894add_feature_info(
8995 "sapi/phpdbg readline"
90- SAPI_PHPDBG
96+ SAPI_PHPDBG_READLINE
9197 "support for better command-line accessibility"
9298)
9399
You can’t perform that action at this time.
0 commit comments