Skip to content

Commit e69aada

Browse files
committed
Merged pull request #890
2 parents 7054ca4 + 954cd82 commit e69aada

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ if test "$PHP_MONGODB" != "no"; then
294294
AC_SUBST(MONGOC_CC)
295295

296296
dnl Generated with: find src/libmongoc/src/common -name '*.c' -print0 | cut -sz -d / -f 5- | sort -z | tr '\000' ' '
297-
PHP_MONGODB_COMMON_SOURCES="common-b64.c"
297+
PHP_MONGODB_COMMON_SOURCES="common-b64.c common-md5.c"
298298

299299
dnl Generated with: find src/libmongoc/src/libbson/src/bson -name '*.c' -print0 | cut -sz -d / -f 7- | sort -z | tr '\000' ' '
300300
PHP_MONGODB_BSON_SOURCES="bcon.c bson-atomic.c bson.c bson-clock.c bson-context.c bson-decimal128.c bson-error.c bson-fnv.c bson-iso8601.c bson-iter.c bson-json.c bson-keys.c bson-md5.c bson-memory.c bson-oid.c bson-reader.c bson-string.c bson-timegm.c bson-utf8.c bson-value.c bson-version-functions.c bson-writer.c"

config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if (PHP_MONGODB != "no") {
7575
PHP_MONGODB_CFLAGS = PHP_MONGODB_CFLAGS.replace(/\s+/g, ' ');
7676

7777
// Generated with: find src/libmongoc/src/common -name '*.c' -print0 | cut -sz -d / -f 5- | sort -z | tr '\000' ' '
78-
var PHP_MONGODB_COMMON_SOURCES="common-b64.c"
78+
var PHP_MONGODB_COMMON_SOURCES="common-b64.c common-md5.c"
7979

8080
// Generated with: find src/libmongoc/src/libbson/src/bson -name '*.c' -print0 | cut -sz -d / -f 7- | sort -z | tr '\000' ' '
8181
var PHP_MONGODB_BSON_SOURCES="bcon.c bson-atomic.c bson.c bson-clock.c bson-context.c bson-decimal128.c bson-error.c bson-fnv.c bson-iso8601.c bson-iter.c bson-json.c bson-keys.c bson-md5.c bson-memory.c bson-oid.c bson-reader.c bson-string.c bson-timegm.c bson-utf8.c bson-value.c bson-version-functions.c bson-writer.c";

src/libmongoc

Submodule libmongoc updated 259 files

0 commit comments

Comments
 (0)