We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2eba69a + 7ff28d3 commit 50e9590Copy full SHA for 50e9590
1 file changed
msgpack.c
@@ -8,7 +8,10 @@
8
#include "ext/standard/info.h" /* for php_info */
9
#include "ext/standard/php_incomplete_class.h" /* for incomplete_class */
10
#include "ext/standard/php_var.h" /* for PHP_VAR_SERIALIZE */
11
+
12
+#if HAVE_PHP_SESSION
13
#include "ext/session/php_session.h" /* for php_session_register_serializer */
14
+#endif
15
16
#include "php_msgpack.h"
17
#include "msgpack_pack.h"
0 commit comments