-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Originally reported in mongodb/mongo-php-driver#1168. Compilation fails due to the sockaddr_storage structure having a __ss_family member instead of ss_family. libmongoc accounts for this, but the check in PHPC was implemented wrong, leading to the error on AIX platforms.