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.
1 parent 8f05497 commit 0d68145Copy full SHA for 0d68145
ext/src/FutureSession.c
@@ -37,7 +37,7 @@ PHP_METHOD(FutureSession, get)
37
38
if (self->exception_message) {
39
zend_throw_exception_ex(exception_class(self->exception_code),
40
- self->exception_code TSRMLS_CC, self->exception_message);
+ self->exception_code TSRMLS_CC, "%s", self->exception_message);
41
return;
42
}
43
@@ -71,7 +71,7 @@ PHP_METHOD(FutureSession, get)
71
72
73
74
75
76
77
0 commit comments