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 1a42e43 commit bef382cCopy full SHA for bef382c
src/phongo_structs.h
@@ -341,7 +341,7 @@ typedef struct {
341
342
typedef struct {
343
bool awaited;
344
- uint64_t duration_micros;
+ int64_t duration_micros;
345
zval z_error;
346
mongoc_host_list_t host;
347
zend_object std;
@@ -355,7 +355,7 @@ typedef struct {
355
356
357
358
359
360
bson_t* reply;
361
0 commit comments