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.
2 parents 2193137 + e452697 commit 725dab7Copy full SHA for 725dab7
src/BSON/UTCDateTime.c
@@ -204,7 +204,7 @@ PHP_METHOD(UTCDateTime, __construct)
204
return;
205
}
206
207
- php_phongo_utcdatetime_init_from_string(intern, s_milliseconds, s_milliseconds_len);
+ php_phongo_utcdatetime_init_from_string(intern, s_milliseconds, s_milliseconds_len TSRMLS_CC);
208
209
#else
210
# error Unsupported architecture (integers are neither 32-bit nor 64-bit)
0 commit comments