8000 cleanup config.w32 · jrtkcoder/phpredis@e223916 · GitHub
[go: up one dir, main page]

Skip to content

Commit e223916

Browse files
committed
cleanup config.w32
1 parent cdd4557 commit e223916

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config.w32

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ if (PHP_REDIS != "no") {
2323
}
2424
}
2525

26-
if (PHP_REDIS_IGBINARY != "no") {
27-
CHECK_HEADER_ADD_INCLUDE("igbinary.h", "CFLAGS_REDIS", "ext\\igbinary");
28-
AC_DEFINE('HAVE_REDIS_IGBINARY', 1);
29-
ADD_EXTENSION_DEP('redis', 'igbinary');
30-
}
31-
3226
EXTENSION("redis", sources);
3327
}
3428

0 commit comments

Comments
 (0)
0