Skip to content

Commit 725dab7

Browse files
committed
Merge pull request #366
2 parents 2193137 + e452697 commit 725dab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BSON/UTCDateTime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ PHP_METHOD(UTCDateTime, __construct)
204204
return;
205205
}
206206

207-
php_phongo_utcdatetime_init_from_string(intern, s_milliseconds, s_milliseconds_len);
207+
php_phongo_utcdatetime_init_from_string(intern, s_milliseconds, s_milliseconds_len TSRMLS_CC);
208208
}
209209
#else
210210
# error Unsupported architecture (integers are neither 32-bit nor 64-bit)

0 commit comments

Comments
 (0)