Set the correct path to the win32 config.h file in the .dsp file.
struct in_addr in;
if (!inet_aton(host, &in)) {
- /* XXX NOT THREAD SAFE */
+ /* XXX NOT THREAD SAFE
+ * (but it *is* thread safe under win32)
+ */
host_info = gethostbyname(host);
if (host_info == NULL) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, "php_network_getaddresses: gethostbyname failed");
# End Source File\r
# Begin Source File\r
\r
-SOURCE=..\ext\standard\config.w32.h\r
+SOURCE=..\main\config.w32.h\r
# End Source File\r
# Begin Source File\r
\r
# End Source File\r
# Begin Source File\r
\r
+SOURCE=..\ext\standard\php_sunfuncs.h\r
+# End Source File\r
+# Begin Source File\r
+\r
SOURCE=..\ext\standard\php_syslog.h\r
# End Source File\r
# Begin Source File\r
# End Source File\r
# Begin Source File\r
\r
-SOURCE=..\ext\standard\php_sunfuncs.h\r
-# End Source File\r
-# Begin Source File\r
-\r
SOURCE=..\ext\standard\type.h\r
# End Source File\r
# Begin Source File\r