sterling Thu Jun 19 00:39:43 2003 EDT
Modified files:
/php4/ext/sockets config.m4
Log:
enable sockets by default.
Index: php4/ext/sockets/config.m4
diff -u php4/ext/sockets/config.m4:1.12 php4/ext/sockets/config.m4:1.13
--- php4/ext/sockets/config.m4:1.12 Fri Apr 4 10:42:54 2003
+++ php4/ext/sockets/config.m4 Thu Jun 19 00:39:42 2003
@@ -1,9 +1,9 @@
dnl
-dnl $Id: config.m4,v 1.12 2003/04/04 15:42:54 sniper Exp $
+dnl $Id: config.m4,v 1.13 2003/06/19 04:39:42 sterling Exp $
dnl
PHP_ARG_ENABLE(sockets, whether to enable sockets support,
-[ --enable-sockets Enable sockets support])
+[ --enable-sockets Enable sockets support], yes)
if test "$PHP_SOCKETS" != "no"; then
dnl Check for struct cmsghdr
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php