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-2220: Return int64 values for server connection ID (#1418)
* Update to latest libmongoc version
* PHPC-2220: Return int64 values for server connection ID
Due to BC constraints, we can't return 64-bit values on 32-bit platforms. On those platforms, the value will be truncated and an E_WARNING is raised to inform the user.
0 commit comments