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 684802b commit 9d5a2cfCopy full SHA for 9d5a2cf
config.m4
@@ -332,7 +332,6 @@ if test "$PHP_MONGODB" != "no"; then
332
AC_SUBST(BSON_EXTRA_ALIGN, 0)
333
AC_SUBST(BSON_OS, 1)
334
335
- AC_SUBST(MONGOC_NO_AUTOMATIC_GLOBALS, 1)
336
AC_SUBST(MONGOC_ENABLE_MONGODB_AWS_AUTH, 0)
337
AC_SUBST(MONGOC_ENABLE_RDTSCP, 0)
338
AC_SUBST(MONGOC_ENABLE_SHM_COUNTERS, 0)
config.w32
@@ -185,7 +185,6 @@ if (PHP_MONGODB != "no") {
185
MONGOC_HAVE_SASL_CLIENT_DONE: 0,
186
MONGOC_HAVE_SCHED_GETCPU: 0,
187
MONGOC_HAVE_SOCKLEN: 1,
188
- MONGOC_NO_AUTOMATIC_GLOBALS: 1,
189
MONGOC_SOCKET_ARG2: "struct sockaddr",
190
MONGOC_SOCKET_ARG3: "socklen_t",
191
MONGOC_TRACE: 1,
0 commit comments