summaryrefslogtreecommitdiff
path: root/ext/sockets
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets')
-rw-r--r--ext/sockets/config.m44
-rw-r--r--ext/sockets/config.w321
-rw-r--r--ext/sockets/multicast.c2
-rw-r--r--ext/sockets/multicast.h2
-rw-r--r--ext/sockets/php_sockets.h2
-rw-r--r--ext/sockets/sockets.c2
-rw-r--r--ext/sockets/unix_socket_constants.h2
-rw-r--r--ext/sockets/win32_socket_constants.h2
8 files changed, 1 insertions, 16 deletions
diff --git a/ext/sockets/config.m4 b/ext/sockets/config.m4
index 2bf6a2bd11..79e3c8b4f5 100644
--- a/ext/sockets/config.m4
+++ b/ext/sockets/config.m4
@@ -1,6 +1,4 @@
-dnl
-dnl $Id$
-dnl
+dnl config.m4 for extension sockets
PHP_ARG_ENABLE(sockets, whether to enable sockets support,
[ --enable-sockets Enable sockets support])
diff --git a/ext/sockets/config.w32 b/ext/sockets/config.w32
index e6c4cfea68..6a1a2907ed 100644
--- a/ext/sockets/config.w32
+++ b/ext/sockets/config.w32
@@ -1,4 +1,3 @@
-// $Id$
// vim:ft=javascript
ARG_ENABLE("sockets", "SOCKETS support", "no");
diff --git a/ext/sockets/multicast.c b/ext/sockets/multicast.c
index fb9061f80c..23e9d1b348 100644
--- a/ext/sockets/multicast.c
+++ b/ext/sockets/multicast.c
@@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/ext/sockets/multicast.h b/ext/sockets/multicast.h
index 7cbe26da64..648461b809 100644
--- a/ext/sockets/multicast.h
+++ b/ext/sockets/multicast.h
@@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
#if defined(MCAST_JOIN_GROUP) && !defined(__APPLE__)
# define RFC3678_API 1
/* has block/unblock and source membership, in this case for both IPv4 and IPv6 */
diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h
index 2a399ffdbc..6c843d733d 100644
--- a/ext/sockets/php_sockets.h
+++ b/ext/sockets/php_sockets.h
@@ -22,8 +22,6 @@
#ifndef PHP_SOCKETS_H
#define PHP_SOCKETS_H
-/* $Id$ */
-
#if HAVE_CONFIG_H
# include "config.h"
#endif
diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c
index 5b5525f622..61cd639df0 100644
--- a/ext/sockets/sockets.c
+++ b/ext/sockets/sockets.c
@@ -20,8 +20,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/ext/sockets/unix_socket_constants.h b/ext/sockets/unix_socket_constants.h
index 602ffed8dc..b95d8562cb 100644
--- a/ext/sockets/unix_socket_constants.h
+++ b/ext/sockets/unix_socket_constants.h
@@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
/* This file is to be included by sockets.c */
#ifdef EPERM
diff --git a/ext/sockets/win32_socket_constants.h b/ext/sockets/win32_socket_constants.h
index 4f237fa534..5e5fbd85ea 100644
--- a/ext/sockets/win32_socket_constants.h
+++ b/ext/sockets/win32_socket_constants.h
@@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
/* This file is to be included by sockets.c */
REGISTER_LONG_CONSTANT("SOCKET_EINTR", WSAEINTR, CONST_CS | CONST_PERSISTENT);