sniper Sun Jul 20 06:53:22 2003 EDT Modified files: /php-src/ext/sockets unix_socket_constants.h win32_socket_constants.h Log: Missing headers Index: php-src/ext/sockets/unix_socket_constants.h diff -u php-src/ext/sockets/unix_socket_constants.h:1.2 php-src/ext/sockets/unix_socket_constants.h:1.3 --- php-src/ext/sockets/unix_socket_constants.h:1.2 Sat Jul 19 14:32:04 2003 +++ php-src/ext/sockets/unix_socket_constants.h Sun Jul 20 06:53:22 2003 @@ -1,4 +1,22 @@ -/* $Id: unix_socket_constants.h,v 1.2 2003/07/19 18:32:04 andrey Exp $ */ +/* + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2003 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_0.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.3 2003/07/20 10:53:22 sniper Exp $ */ /* This file is to be included by sockets.c */ Index: php-src/ext/sockets/win32_socket_constants.h diff -u php-src/ext/sockets/win32_socket_constants.h:1.2 php-src/ext/sockets/win32_socket_constants.h:1.3 --- php-src/ext/sockets/win32_socket_constants.h:1.2 Sat Jul 19 14:32:04 2003 +++ php-src/ext/sockets/win32_socket_constants.h Sun Jul 20 06:53:22 2003 @@ -1,4 +1,22 @@ -/* $Id: win32_socket_constants.h,v 1.2 2003/07/19 18:32:04 andrey Exp $ */ +/* + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2003 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_0.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.3 2003/07/20 10:53:22 sniper Exp $ */ /* This file is to be included by sockets.c */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php