8000
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 a57d15e + ebc4884 commit 8a0ecbcCopy full SHA for 8a0ecbc
config.w32
@@ -13,7 +13,9 @@ if (PHP_REDIS != "no") {
13
}
14
15
if (PHP_REDIS_IGBINARY != "no") {
16
- if (CHECK_HEADER_ADD_INCLUDE("igbinary.h", "CFLAGS_REDIS", configure_module_dirname + "\\..\\igbinary")) {
+ // If igbinary/igbinary.h is found in the pecl dir,
17
+ // then add the pecl dir to the list of directories to search for headers. (Makes #include "igbinary/igbinary.h" work)
18
+ if (CHECK_HEADER_ADD_INCLUDE("igbinary/igbinary.h", "CFLAGS_REDIS", configure_module_dirname + "\\..")) {
19
20
ADD_EXTENSION_DEP("redis", "igbinary");
21
AC_DEFINE("HAVE_REDIS_IGBINARY", 1);
0 commit comments