File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,8 @@ if test "$PHONGO" != "no"; then
237
237
";
238
238
MONGOC_SOURCES="\
239
239
mongoc-array.c \
240
+ mongoc-async.c \
241
+ mongoc-async-cmd.c \
240
242
mongoc-buffer.c \
241
243
mongoc-bulk-operation.c \
242
244
mongoc-b64.c \
@@ -259,15 +261,21 @@ if test "$PHONGO" != "no"; then
259
261
mongoc-log.c \
260
262
mongoc-matcher-op.c \
261
263
mongoc-matcher.c \
264
+ mongoc-opcode.c \
262
265
mongoc-queue.c \
263
266
mongoc-read-prefs.c \
264
267
mongoc-rpc.c \
268
+ mongoc-set.c \
269
+ mongoc-server-description.c \
265
270
mongoc-socket.c \
266
271
mongoc-stream.c \
267
272
mongoc-stream-buffered.c \
268
273
mongoc-stream-file.c \
269
274
mongoc-stream-gridfs.c \
270
275
mongoc-stream-socket.c \
276
+ mongoc-topology.c \
277
+ mongoc-topology-scanner.c \
278
+ mongoc-topology-description.c \
271
279
mongoc-uri.c \
272
280
mongoc-util.c \
273
281
mongoc-write-command.c \
Original file line number Diff line number Diff line change 27
27
/* External libs */
28
28
#include <bson.h>
29
29
#include <mongoc.h>
30
+ #include <mongoc-client-private.h>
30
31
31
32
/* PHP Core stuff */
32
33
#include <php.h>
You can’t perform that action at this time.
0 commit comments