]> granicus.if.org Git - php/commitdiff
windows build errors
authorSam Ruby <rubys@php.net>
Fri, 3 Dec 1999 20:08:24 +0000 (20:08 +0000)
committerSam Ruby <rubys@php.net>
Fri, 3 Dec 1999 20:08:24 +0000 (20:08 +0000)
ext/standard/fsock.h
ext/standard/info.c

index 2c469bd2718766411e78e03941908c958ec3ac31..9b76f094c2c0d30df7fbea84fbfa7c5794d0f596 100644 (file)
@@ -40,6 +40,7 @@
 # endif
 # undef FD_SETSIZE
 # include "arpa/inet.h"
+# define socklen_t unsigned int
 #endif
 
 #ifdef HAVE_NETINET_IN_H
index e8db8a8e408d88e00cb91ab7b0d6c002035e7895..77fc61d9c40e104101ce7f4ca728d48be1f15389 100644 (file)
@@ -95,7 +95,9 @@ PHPAPI void php_print_info(int flag)
                        PUTS("?=PHPE9568F34-D428-11d2-A769-00AA001ACF42\" border=\"0\" align=\"right\"></a>\n");
                }
                php_printf("System: %s<br>Build Date: %s\n<br>", php3_uname, __DATE__);
+#ifdef CONFIGURE_COMMAND
                php_printf("Configure command: %s<br>\n", CONFIGURE_COMMAND);
+#endif
                php_printf("php.ini path:  %s<br>\n", CONFIGURATION_FILE_PATH);
                php_printf("ZEND_DEBUG=%d<br>\n", ZEND_DEBUG);
 #ifdef ZTS