sniper          Sun Jan  1 12:47:32 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/pdo_dblib      dblib_driver.c dblib_stmt.c pdo_dblib.c 
                                php_pdo_dblib.h php_pdo_dblib_int.h 
  Log:
  - Fix date
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_dblib/dblib_driver.c?r1=1.9.2.1&r2=1.9.2.2&diff_format=u
Index: php-src/ext/pdo_dblib/dblib_driver.c
diff -u php-src/ext/pdo_dblib/dblib_driver.c:1.9.2.1 
php-src/ext/pdo_dblib/dblib_driver.c:1.9.2.2
--- php-src/ext/pdo_dblib/dblib_driver.c:1.9.2.1        Sun Oct  9 19:00:34 2005
+++ php-src/ext/pdo_dblib/dblib_driver.c        Sun Jan  1 12:47:32 2006
@@ -2,12 +2,12 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2005 The PHP Group                                |
+  | Copyright (c) 1997-2006 The PHP Group                                |
   +----------------------------------------------------------------------+
-  | This source file is subject to version 3.0 of the PHP license,       |
+  | This source file is subject to version 3.01 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.                                  |
+  | http://www.php.net/license/3_01.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.               |
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: dblib_driver.c,v 1.9.2.1 2005/10/09 19:00:34 iliaa Exp $ */
+/* $Id: dblib_driver.c,v 1.9.2.2 2006/01/01 12:47:32 sniper Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_dblib/dblib_stmt.c?r1=1.6.2.1&r2=1.6.2.2&diff_format=u
Index: php-src/ext/pdo_dblib/dblib_stmt.c
diff -u php-src/ext/pdo_dblib/dblib_stmt.c:1.6.2.1 
php-src/ext/pdo_dblib/dblib_stmt.c:1.6.2.2
--- php-src/ext/pdo_dblib/dblib_stmt.c:1.6.2.1  Wed Oct 12 15:03:02 2005
+++ php-src/ext/pdo_dblib/dblib_stmt.c  Sun Jan  1 12:47:32 2006
@@ -2,12 +2,12 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2005 The PHP Group                                |
+  | Copyright (c) 1997-2006 The PHP Group                                |
   +----------------------------------------------------------------------+
-  | This source file is subject to version 3.0 of the PHP license,       |
+  | This source file is subject to version 3.01 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.                                  |
+  | http://www.php.net/license/3_01.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.               |
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: dblib_stmt.c,v 1.6.2.1 2005/10/12 15:03:02 iliaa Exp $ */
+/* $Id: dblib_stmt.c,v 1.6.2.2 2006/01/01 12:47:32 sniper Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_dblib/pdo_dblib.c?r1=1.9.2.5&r2=1.9.2.6&diff_format=u
Index: php-src/ext/pdo_dblib/pdo_dblib.c
diff -u php-src/ext/pdo_dblib/pdo_dblib.c:1.9.2.5 
php-src/ext/pdo_dblib/pdo_dblib.c:1.9.2.6
--- php-src/ext/pdo_dblib/pdo_dblib.c:1.9.2.5   Tue Dec  6 02:25:27 2005
+++ php-src/ext/pdo_dblib/pdo_dblib.c   Sun Jan  1 12:47:32 2006
@@ -2,12 +2,12 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2005 The PHP Group                                |
+  | Copyright (c) 1997-2006 The PHP Group                                |
   +----------------------------------------------------------------------+
-  | This source file is subject to version 3.0 of the PHP license,       |
+  | This source file is subject to version 3.01 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.                                  |
+  | http://www.php.net/license/3_01.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.               |
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: pdo_dblib.c,v 1.9.2.5 2005/12/06 02:25:27 sniper Exp $ */
+/* $Id: pdo_dblib.c,v 1.9.2.6 2006/01/01 12:47:32 sniper Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_dblib/php_pdo_dblib.h?r1=1.2&r2=1.2.2.1&diff_format=u
Index: php-src/ext/pdo_dblib/php_pdo_dblib.h
diff -u php-src/ext/pdo_dblib/php_pdo_dblib.h:1.2 
php-src/ext/pdo_dblib/php_pdo_dblib.h:1.2.2.1
--- php-src/ext/pdo_dblib/php_pdo_dblib.h:1.2   Tue Jan 18 02:42:52 2005
+++ php-src/ext/pdo_dblib/php_pdo_dblib.h       Sun Jan  1 12:47:32 2006
@@ -2,12 +2,12 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2005 The PHP Group                                |
+  | Copyright (c) 1997-2006 The PHP Group                                |
   +----------------------------------------------------------------------+
-  | This source file is subject to version 3.0 of the PHP license,       |
+  | This source file is subject to version 3.01 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.                                  |
+  | http://www.php.net/license/3_01.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.               |
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_pdo_dblib.h,v 1.2 2005/01/18 02:42:52 wez Exp $ */
+/* $Id: php_pdo_dblib.h,v 1.2.2.1 2006/01/01 12:47:32 sniper Exp $ */
 
 #ifndef PHP_PDO_DBLIB_H
 #define PHP_PDO_DBLIB_H
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_dblib/php_pdo_dblib_int.h?r1=1.4&r2=1.4.2.1&diff_format=u
Index: php-src/ext/pdo_dblib/php_pdo_dblib_int.h
diff -u php-src/ext/pdo_dblib/php_pdo_dblib_int.h:1.4 
php-src/ext/pdo_dblib/php_pdo_dblib_int.h:1.4.2.1
--- php-src/ext/pdo_dblib/php_pdo_dblib_int.h:1.4       Tue Jul 12 12:16:02 2005
+++ php-src/ext/pdo_dblib/php_pdo_dblib_int.h   Sun Jan  1 12:47:32 2006
@@ -2,12 +2,12 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2005 The PHP Group                                |
+  | Copyright (c) 1997-2006 The PHP Group                                |
   +----------------------------------------------------------------------+
-  | This source file is subject to version 3.0 of the PHP license,       |
+  | This source file is subject to version 3.01 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.                                  |
+  | http://www.php.net/license/3_01.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.               |
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_pdo_dblib_int.h,v 1.4 2005/07/12 12:16:02 wez Exp $ */
+/* $Id: php_pdo_dblib_int.h,v 1.4.2.1 2006/01/01 12:47:32 sniper Exp $ */
 
 #ifndef PHP_PDO_DBLIB_INT_H
 #define PHP_PDO_DBLIB_INT_H

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

Reply via email to