andrey          Sat Jul 19 14:32:05 2003 EDT

  Modified files:              
    /php-src/ext/sockets        php_sockets_win.c php_sockets_win.h 
                                unix_socket_constants.h 
                                win32_socket_constants.h 
  Log:
  Id tags added
  
Index: php-src/ext/sockets/php_sockets_win.c
diff -u php-src/ext/sockets/php_sockets_win.c:1.8 
php-src/ext/sockets/php_sockets_win.c:1.9
--- php-src/ext/sockets/php_sockets_win.c:1.8   Tue Jun 10 16:03:36 2003
+++ php-src/ext/sockets/php_sockets_win.c       Sat Jul 19 14:32:04 2003
@@ -19,6 +19,9 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id: php_sockets_win.c,v 1.9 2003/07/19 18:32:04 andrey Exp $ */
+
+
 #ifdef PHP_WIN32
 
 #include <stdio.h>
Index: php-src/ext/sockets/php_sockets_win.h
diff -u php-src/ext/sockets/php_sockets_win.h:1.7 
php-src/ext/sockets/php_sockets_win.h:1.8
--- php-src/ext/sockets/php_sockets_win.h:1.7   Tue Jun 10 16:03:36 2003
+++ php-src/ext/sockets/php_sockets_win.h       Sat Jul 19 14:32:04 2003
@@ -19,6 +19,9 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id: php_sockets_win.h,v 1.8 2003/07/19 18:32:04 andrey Exp $ */
+
+
 #ifdef PHP_WIN32
 
 #define F_SETFL                0
Index: php-src/ext/sockets/unix_socket_constants.h
diff -u php-src/ext/sockets/unix_socket_constants.h:1.1 
php-src/ext/sockets/unix_socket_constants.h:1.2
--- php-src/ext/sockets/unix_socket_constants.h:1.1     Sun Aug 25 19:28:42 2002
+++ php-src/ext/sockets/unix_socket_constants.h Sat Jul 19 14:32:04 2003
@@ -1,3 +1,5 @@
+/* $Id: unix_socket_constants.h,v 1.2 2003/07/19 18:32:04 andrey Exp $ */
+
 /* This file is to be included by sockets.c */
 
 #ifdef EPERM
Index: php-src/ext/sockets/win32_socket_constants.h
diff -u php-src/ext/sockets/win32_socket_constants.h:1.1 
php-src/ext/sockets/win32_socket_constants.h:1.2
--- php-src/ext/sockets/win32_socket_constants.h:1.1    Sun Sep 22 23:34:21 2002
+++ php-src/ext/sockets/win32_socket_constants.h        Sat Jul 19 14:32:04 2003
@@ -1,3 +1,5 @@
+/* $Id: win32_socket_constants.h,v 1.2 2003/07/19 18:32:04 andrey Exp $ */
+
 /* This file is to be included by sockets.c */
 
 REGISTER_LONG_CONSTANT("SOCKET_EINTR", WSAEINTR, CONST_CS | CONST_PERSISTENT);



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to