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.
2 parents c392996 + 97ad88c commit 0574fadCopy full SHA for 0574fad
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