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.
1 parent 5337eae commit 07576b1Copy full SHA for 07576b1
cmake/sapi/phpdbg/CMakeLists.txt
@@ -91,11 +91,6 @@ cmake_dependent_option(
91
OFF
92
)
93
mark_as_advanced(SAPI_PHPDBG_READLINE)
94
-add_feature_info(
95
- "sapi/phpdbg readline"
96
- SAPI_PHPDBG_READLINE
97
- "support for better command-line accessibility"
98
-)
99
100
if(NOT SAPI_PHPDBG)
101
return()
@@ -210,6 +205,12 @@ else()
210
205
message(CHECK_FAIL "disabled")
211
206
endif()
212
207
208
+add_feature_info(
209
+ "sapi/phpdbg readline"
+ HAVE_PHPDBG_READLINE
+ "support for better command-line accessibility"
+)
213
+
214
################################################################################
215
# The phpdbg shared library.
216
0 commit comments