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 d818a28 commit 97ad88cCopy full SHA for 97ad88c
cmake/ext/pcntl/CMakeLists.txt
@@ -93,7 +93,7 @@ block()
93
94
foreach(function fork sigaction waitpid)
95
string(TOUPPER ${function} const)
96
- if(NOT HAVE_${const})
+ if(NOT PHP_HAVE_${const})
97
message(
98
FATAL_ERROR
99
"ext/pcntl: required function '${function}()' not found."
0 commit comments