Skip to content

Commit 79d1436

Browse files
committed
Fix Set igbinary as serializer.
Because it is not defined HAVE_REDIS_IGBINARY in 2918 line.
1 parent 7175aee commit 79d1436

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redis_commands.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
+----------------------------------------------------------------------+
1919
*/
2020

21+
#ifdef HAVE_CONFIG_H
22+
#include "config.h"
23+
#endif
24+
2125
#include "redis_commands.h"
2226
#include <zend_exceptions.h>
2327

0 commit comments

Comments
 (0)