sniper Sun Jul 20 06:54:03 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/sockets php_sockets_win.c php_sockets_win.h unix_socket_constants.h win32_socket_constants.h Log: MFH: missing CVS Id tags and license headers Index: php-src/ext/sockets/php_sockets_win.c diff -u php-src/ext/sockets/php_sockets_win.c:1.5.4.2 php-src/ext/sockets/php_sockets_win.c:1.5.4.3 --- php-src/ext/sockets/php_sockets_win.c:1.5.4.2 Tue Dec 31 11:35:22 2002 +++ php-src/ext/sockets/php_sockets_win.c Sun Jul 20 06:54:03 2003 @@ -19,6 +19,9 @@ +----------------------------------------------------------------------+ */ +/* $Id: php_sockets_win.c,v 1.5.4.3 2003/07/20 10:54:03 sniper 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.5.8.1 php-src/ext/sockets/php_sockets_win.h:1.5.8.2 --- php-src/ext/sockets/php_sockets_win.h:1.5.8.1 Tue Dec 31 11:35:22 2002 +++ php-src/ext/sockets/php_sockets_win.h Sun Jul 20 06:54:03 2003 @@ -19,6 +19,9 @@ +----------------------------------------------------------------------+ */ +/* $Id: php_sockets_win.h,v 1.5.8.2 2003/07/20 10:54:03 sniper 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.1.4.1 --- 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 Sun Jul 20 06:54:03 2003 @@ -1,3 +1,23 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2003 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.02 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available at through the world-wide-web at | + | http://www.php.net/license/2_02.txt. | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | [EMAIL PROTECTED] so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Author: Jason Greene <[EMAIL PROTECTED]> | + +----------------------------------------------------------------------+ +*/ + +/* $Id: unix_socket_constants.h,v 1.1.4.1 2003/07/20 10:54:03 sniper 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.1.2.1 --- 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 Sun Jul 20 06:54:03 2003 @@ -1,3 +1,23 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2003 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.02 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available at through the world-wide-web at | + | http://www.php.net/license/2_02.txt. | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | [EMAIL PROTECTED] so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Author: Jason Greene <[EMAIL PROTECTED]> | + +----------------------------------------------------------------------+ +*/ + +/* $Id: win32_socket_constants.h,v 1.1.2.1 2003/07/20 10:54:03 sniper 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