We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435e67e commit 66d908fCopy full SHA for 66d908f
1 file changed
ext/session/php_session.h
@@ -70,7 +70,7 @@ typedef struct ps_module_struct {
70
PS_WRITE_FUNC(x); \
71
PS_DESTROY_FUNC(x); \
72
PS_GC_FUNC(x); \
73
- PS_CREATE_SID_FUNC(x) \
+ PS_CREATE_SID_FUNC(x); \
74
PS_VALIDATE_SID_FUNC(x);
75
76
#define PS_MOD(x) \
0 commit comments