georg Mon Jan 5 09:42:27 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mysql php_mysql.c php_mysql.h Log: s/2003/2004 :) Index: php-src/ext/mysql/php_mysql.c diff -u php-src/ext/mysql/php_mysql.c:1.174.2.23 php-src/ext/mysql/php_mysql.c:1.174.2.24 --- php-src/ext/mysql/php_mysql.c:1.174.2.23 Mon Sep 22 19:28:09 2003 +++ php-src/ext/mysql/php_mysql.c Mon Jan 5 09:42:26 2004 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2003 The PHP Group | + | Copyright (c) 1997-2004 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 | @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_mysql.c,v 1.174.2.23 2003/09/22 23:28:09 iliaa Exp $ */ +/* $Id: php_mysql.c,v 1.174.2.24 2004/01/05 14:42:26 georg Exp $ */ /* TODO: * Index: php-src/ext/mysql/php_mysql.h diff -u php-src/ext/mysql/php_mysql.h:1.33.2.1 php-src/ext/mysql/php_mysql.h:1.33.2.2 --- php-src/ext/mysql/php_mysql.h:1.33.2.1 Tue Dec 31 11:35:00 2002 +++ php-src/ext/mysql/php_mysql.h Mon Jan 5 09:42:26 2004 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2003 The PHP Group | + | Copyright (c) 1997-2004 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 | @@ -17,7 +17,7 @@ */ -/* $Id: php_mysql.h,v 1.33.2.1 2002/12/31 16:35:00 sebastian Exp $ */ +/* $Id: php_mysql.h,v 1.33.2.2 2004/01/05 14:42:26 georg Exp $ */ #ifndef PHP_MYSQL_H #define PHP_MYSQL_H
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php