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 4f6901a commit fe61dfcCopy full SHA for fe61dfc
cmake/sapi/phpdbg/CMakeLists.txt
@@ -119,6 +119,14 @@ if(SAPI_PHPDBG_READLINE OR EXT_READLINE)
119
message(CHECK_PASS "enabled")
120
121
if(EXT_READLINE_LIBREADLINE)
122
+ message(
123
+ WARNING
124
+ "The GNU Readline library is licensed under the GNU GPL 3, which is not "
125
+ "compatible with the PHP license. The recommended library for using and "
126
+ "distributing the phpdbg with readline support is libedit. To build with "
127
+ "libedit, remove the 'EXT_READLINE_LIBREADLINE', or set it to 'OFF'."
128
+ )
129
+
130
find_package(Readline)
131
set_package_properties(
132
Readline
0 commit comments