You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPC-2477: Remove unused libmongoc and libbson constants (#1768)
* PHPC-2477: BSON_HAVE_ATOMIC constants are obsolete
CDRIVER-4124 removed BSON_HAVE_ATOMIC_32_ADD_AND_FETCH and BSON_HAVE_ATOMIC_64_ADD_AND_FETCH
* PHPC-2477: BSON_PTHREAD_ONCE_INIT_NEEDS_BRACES is obsolete
CDRIVER-2694 removed BSON_PTHREAD_ONCE_INIT_NEEDS_BRACES
* PHPC-2477: BSON_HAVE_REALLOCF is obsolete
BSON_HAVE_REALLOCF was no longer used when libbson was vendored in CDRIVER-2416
* PHPC-2477: BSON_HAVE_SYSCALL_TID is obsolete
CDRIVER-2771 removed outstanding references to BSON_HAVE_SYSCALL_TID
* PHPC-2477: BSON_NEEDS_SET_OUTPUT_FORMAT is obsolete
* PHPC-2477: BSON_HAVE_DECIMAL128 is obsolete
* PHPC-2477: BSON_HAVE_ARC4RANDOM_BUF is obsolete
* PHPC-2477: MONGOC_ENABLE_SASL_GSSAPI is obsolete
CDRIVER-2654 removed MONGOC_ENABLE_SASL_GSSAPI. PHPC-2312 removed it from Autotools, but it was left behind in config.w32.
* PHPC-2477: MONGOC_HAVE_WEAK_SYMBOLS is obsolete
CDRIVER-2600 removed MONGOC_HAVE_WEAK_SYMBOLS
0 commit comments