# NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed
?? ??? 2010, PHP 5.2.13
- Fixed build of mysqli with MySQL 5.5.0-m2. (Andrey)
+- Fixed bug #50508 (compile failure: Conflicting HEADER type declarations).
+ (Jani)
+
+
17 Dec 2009, PHP 5.2.12
- Updated timezone database to version 2009.19 (2009s). (Derick)
netinet/in.h \
alloca.h \
arpa/inet.h \
-arpa/nameser_compat.h \
arpa/nameser.h \
assert.h \
crypt.h \
#endif
/* located in www.php.net/extra/bindlib.zip */
#if HAVE_ARPA_INET_H
-#include "arpa/inet.h"
+#include <arpa/inet.h>
#endif
-#include "netdb.h"
+#include <netdb.h>
#if HAVE_ARPA_NAMESERV_H
-#include "arpa/nameser.h"
+#include <arpa/nameser.h>
#endif
#if HAVE_RESOLV_H
-#include "resolv.h"
+#include <resolv.h>
#endif
#endif /* HAVE_LIBBIND */
#include <winsock2.h>
#undef STATUS
#undef T_UNSPEC
#endif
-#if HAVE_ARPA_NAMESER_COMPAT_H
-#include <arpa/nameser_compat.h>
-#endif
#if HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif