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
This fixes macro redefinition warnings for HAVE_SOCKLEN_T, which were caused by CHECK_FUNC_IN_HEADER() injecting a definition. We can safely assume that Windows builds environments for PHP have socklen_t defined (as does libmongoc in its cmake config).
0 commit comments