From: Sam Ruby Date: Fri, 3 Dec 1999 20:08:24 +0000 (+0000) Subject: windows build errors X-Git-Tag: PRE_RETURN_REF_PATCH~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70b97864f8c6d6ac86e1088adc0132dafafe6d5b;p=php windows build errors --- diff --git a/ext/standard/fsock.h b/ext/standard/fsock.h index 2c469bd271..9b76f094c2 100644 --- a/ext/standard/fsock.h +++ b/ext/standard/fsock.h @@ -40,6 +40,7 @@ # endif # undef FD_SETSIZE # include "arpa/inet.h" +# define socklen_t unsigned int #endif #ifdef HAVE_NETINET_IN_H diff --git a/ext/standard/info.c b/ext/standard/info.c index e8db8a8e40..77fc61d9c4 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -95,7 +95,9 @@ PHPAPI void php_print_info(int flag) PUTS("?=PHPE9568F34-D428-11d2-A769-00AA001ACF42\" border=\"0\" align=\"right\">\n"); } php_printf("System: %s
Build Date: %s\n
", php3_uname, __DATE__); +#ifdef CONFIGURE_COMMAND php_printf("Configure command: %s
\n", CONFIGURE_COMMAND); +#endif php_printf("php.ini path: %s
\n", CONFIGURATION_FILE_PATH); php_printf("ZEND_DEBUG=%d
\n", ZEND_DEBUG); #ifdef ZTS