Skip to content

Commit 85f038f

Browse files
committed
PHPC-106: Enable mongoc SDAM build
1 parent d53c90c commit 85f038f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

config.m4

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ if test "$PHONGO" != "no"; then
237237
";
238238
MONGOC_SOURCES="\
239239
mongoc-array.c \
240+
mongoc-async.c \
241+
mongoc-async-cmd.c \
240242
mongoc-buffer.c \
241243
mongoc-bulk-operation.c \
242244
mongoc-b64.c \
@@ -259,15 +261,21 @@ if test "$PHONGO" != "no"; then
259261
mongoc-log.c \
260262
mongoc-matcher-op.c \
261263
mongoc-matcher.c \
264+
mongoc-opcode.c \
262265
mongoc-queue.c \
263266
mongoc-read-prefs.c \
264267
mongoc-rpc.c \
268+
mongoc-set.c \
269+
mongoc-server-description.c \
265270
mongoc-socket.c \
266271
mongoc-stream.c \
267272
mongoc-stream-buffered.c \
268273
mongoc-stream-file.c \
269274
mongoc-stream-gridfs.c \
270275
mongoc-stream-socket.c \
276+
mongoc-topology.c \
277+
mongoc-topology-scanner.c \
278+
mongoc-topology-description.c \
271279
mongoc-uri.c \
272280
mongoc-util.c \
273281
mongoc-write-command.c \

src/MongoDB/Server.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
/* External libs */
2828
#include <bson.h>
2929
#include <mongoc.h>
30+
#include <mongoc-client-private.h>
3031

3132
/* PHP Core stuff */
3233
#include <php.h>

0 commit comments

Comments
 (0)