PHP CVS 33 CVS PHP SRC EXT DBX DBX C DBX H DBX FBSQL C DBX FBSQL H DBX MSSQL C DBX MSSQL H DBX MYSQL C DBX MYSQL H DBX OCI8 C DBX OCI8 H DBX ODBC C DBX ODBC H DBX SQLITE C DBX SQLITE H DBX SYBASECT C DBX SYBASECT H PHP DBX H
Date: Thu, 10 Jul 2003 08:25:58 -0000

Subject: cvs: php-src /ext/dbx dbx.c dbx.h dbx_fbsql.c dbx_fbsql.h dbx_mssql.c dbx_mssql.h dbx_mysql.c dbx_mysql.h dbx_oci8.c dbx_oci8.h dbx_odbc.c dbx_odbc.h dbx_sqlite.c dbx_sqlite.h dbx_sybasect.c dbx_sybasect.h php_dbx.h
From: mboeren@no-spam (Marc Boeren)

mboeren Thu Jul 10 04:25:58 2003 EDT
Modified files: /php-src/ext/dbx dbx.c dbx.h dbx_fbsql.c dbx_fbsql.h dbx_mssql.c dbx_mssql.h dbx_mysql.c dbx_mysql.h dbx_oci8.c dbx_oci8.h dbx_odbc.c dbx_odbc.h dbx_sqlite.c dbx_sqlite.h dbx_sybasect.c dbx_sybasect.h php_dbx.h Log:
Add -2003 to copyright line (Marc).
Index: php-src/ext/dbx/dbx.c diff -u php-src/ext/dbx/dbx.c:1.51 php-src/ext/dbx/dbx.c:1.52
--- php-src/ext/dbx/dbx.c:1.51 Wed Jul 9 12:31:40 2003
+++ php-src/ext/dbx/dbx.c Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx.c,v 1.51 2003/07/09 16:31:40 mboeren Exp $ */
+/* $Id: dbx.c,v 1.52 2003/07/10 08:25:58 mboeren Exp $ */
#ifdef HAVE_CONFIG_H #include "config.h"
Index: php-src/ext/dbx/dbx.h diff -u php-src/ext/dbx/dbx.h:1.13 php-src/ext/dbx/dbx.h:1.14
--- php-src/ext/dbx/dbx.h:1.13 Tue Jun 10 16:03:27 2003
+++ php-src/ext/dbx/dbx.h Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx.h,v 1.13 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: dbx.h,v 1.14 2003/07/10 08:25:58 mboeren Exp $ */
#ifndef ZEND_DBX_H #define ZEND_DBX_H Index: php-src/ext/dbx/dbx_fbsql.c diff -u php-src/ext/dbx/dbx_fbsql.c:1.12 php-src/ext/dbx/dbx_fbsql.c:1.13
--- php-src/ext/dbx/dbx_fbsql.c:1.12 Fri Jun 13 23:33:38 2003
+++ php-src/ext/dbx/dbx_fbsql.c Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -21,7 +21,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_fbsql.c,v 1.12 2003/06/14 03:33:38 fmk Exp $ */
+/* $Id: dbx_fbsql.c,v 1.13 2003/07/10 08:25:58 mboeren Exp $ */
#include "dbx.h"
#include "dbx_fbsql.h"
Index: php-src/ext/dbx/dbx_fbsql.h diff -u php-src/ext/dbx/dbx_fbsql.h:1.9 php-src/ext/dbx/dbx_fbsql.h:1.10
--- php-src/ext/dbx/dbx_fbsql.h:1.9 Fri Jun 13 23:33:38 2003
+++ php-src/ext/dbx/dbx_fbsql.h Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -21,7 +21,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_fbsql.h,v 1.9 2003/06/14 03:33:38 fmk Exp $ */
+/* $Id: dbx_fbsql.h,v 1.10 2003/07/10 08:25:58 mboeren Exp $ */
#ifndef ZEND_DBX_FBSQL_H #define ZEND_DBX_FBSQL_H Index: php-src/ext/dbx/dbx_mssql.c diff -u php-src/ext/dbx/dbx_mssql.c:1.14 php-src/ext/dbx/dbx_mssql.c:1.15
--- php-src/ext/dbx/dbx_mssql.c:1.14 Tue Jun 10 16:03:27 2003
+++ php-src/ext/dbx/dbx_mssql.c Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_mssql.c,v 1.14 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: dbx_mssql.c,v 1.15 2003/07/10 08:25:58 mboeren Exp $ */
#include "dbx.h"
#include "dbx_mssql.h"
Index: php-src/ext/dbx/dbx_mssql.h diff -u php-src/ext/dbx/dbx_mssql.h:1.10 php-src/ext/dbx/dbx_mssql.h:1.11
--- php-src/ext/dbx/dbx_mssql.h:1.10 Tue Jun 10 16:03:27 2003
+++ php-src/ext/dbx/dbx_mssql.h Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_mssql.h,v 1.10 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: dbx_mssql.h,v 1.11 2003/07/10 08:25:58 mboeren Exp $ */
#ifndef ZEND_DBX_MSSQL_H #define ZEND_DBX_MSSQL_H Index: php-src/ext/dbx/dbx_mysql.c diff -u php-src/ext/dbx/dbx_mysql.c:1.19 php-src/ext/dbx/dbx_mysql.c:1.20
--- php-src/ext/dbx/dbx_mysql.c:1.19 Tue Jun 10 16:03:27 2003
+++ php-src/ext/dbx/dbx_mysql.c Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_mysql.c,v 1.19 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: dbx_mysql.c,v 1.20 2003/07/10 08:25:58 mboeren Exp $ */
#include "dbx.h"
#include "dbx_mysql.h"
Index: php-src/ext/dbx/dbx_mysql.h diff -u php-src/ext/dbx/dbx_mysql.h:1.14 php-src/ext/dbx/dbx_mysql.h:1.15
--- php-src/ext/dbx/dbx_mysql.h:1.14 Tue Jun 10 16:03:27 2003
+++ php-src/ext/dbx/dbx_mysql.h Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_mysql.h,v 1.14 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: dbx_mysql.h,v 1.15 2003/07/10 08:25:58 mboeren Exp $ */
#ifndef ZEND_DBX_MYSQL_H #define ZEND_DBX_MYSQL_H Index: php-src/ext/dbx/dbx_oci8.c diff -u php-src/ext/dbx/dbx_oci8.c:1.15 php-src/ext/dbx/dbx_oci8.c:1.16
--- php-src/ext/dbx/dbx_oci8.c:1.15 Tue Jun 10 16:03:27 2003
+++ php-src/ext/dbx/dbx_oci8.c Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_oci8.c,v 1.15 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: dbx_oci8.c,v 1.16 2003/07/10 08:25:58 mboeren Exp $ */
#include "dbx.h"
#include "dbx_oci8.h"
Index: php-src/ext/dbx/dbx_oci8.h diff -u php-src/ext/dbx/dbx_oci8.h:1.7 php-src/ext/dbx/dbx_oci8.h:1.8
--- php-src/ext/dbx/dbx_oci8.h:1.7 Tue Jun 10 16:03:27 2003
+++ php-src/ext/dbx/dbx_oci8.h Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_oci8.h,v 1.7 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: dbx_oci8.h,v 1.8 2003/07/10 08:25:58 mboeren Exp $ */
#ifndef ZEND_DBX_OCI8_H #define ZEND_DBX_OCI8_H Index: php-src/ext/dbx/dbx_odbc.c diff -u php-src/ext/dbx/dbx_odbc.c:1.22 php-src/ext/dbx/dbx_odbc.c:1.23
--- php-src/ext/dbx/dbx_odbc.c:1.22 Tue Jun 10 16:03:27 2003
+++ php-src/ext/dbx/dbx_odbc.c Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_odbc.c,v 1.22 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: dbx_odbc.c,v 1.23 2003/07/10 08:25:58 mboeren Exp $ */
#include "dbx.h"
#include "dbx_odbc.h"
Index: php-src/ext/dbx/dbx_odbc.h diff -u php-src/ext/dbx/dbx_odbc.h:1.14 php-src/ext/dbx/dbx_odbc.h:1.15
--- php-src/ext/dbx/dbx_odbc.h:1.14 Tue Jun 10 16:03:27 2003
+++ php-src/ext/dbx/dbx_odbc.h Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_odbc.h,v 1.14 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: dbx_odbc.h,v 1.15 2003/07/10 08:25:58 mboeren Exp $ */
#ifndef ZEND_DBX_ODBC_H #define ZEND_DBX_ODBC_H Index: php-src/ext/dbx/dbx_sqlite.c diff -u php-src/ext/dbx/dbx_sqlite.c:1.1 php-src/ext/dbx/dbx_sqlite.c:1.2
--- php-src/ext/dbx/dbx_sqlite.c:1.1 Wed Jul 9 12:31:40 2003
+++ php-src/ext/dbx/dbx_sqlite.c Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_sqlite.c,v 1.1 2003/07/09 16:31:40 mboeren Exp $ */
+/* $Id: dbx_sqlite.c,v 1.2 2003/07/10 08:25:58 mboeren Exp $ */
#include "dbx.h"
#include "dbx_sqlite.h"
Index: php-src/ext/dbx/dbx_sqlite.h diff -u php-src/ext/dbx/dbx_sqlite.h:1.1 php-src/ext/dbx/dbx_sqlite.h:1.2
--- php-src/ext/dbx/dbx_sqlite.h:1.1 Wed Jul 9 12:31:40 2003
+++ php-src/ext/dbx/dbx_sqlite.h Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_sqlite.h,v 1.1 2003/07/09 16:31:40 mboeren Exp $ */
+/* $Id: dbx_sqlite.h,v 1.2 2003/07/10 08:25:58 mboeren Exp $ */
#ifndef ZEND_DBX_SQLITE_H #define ZEND_DBX_SQLITE_H Index: php-src/ext/dbx/dbx_sybasect.c diff -u php-src/ext/dbx/dbx_sybasect.c:1.8 php-src/ext/dbx/dbx_sybasect.c:1.9
--- php-src/ext/dbx/dbx_sybasect.c:1.8 Tue Jun 10 16:03:27 2003
+++ php-src/ext/dbx/dbx_sybasect.c Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_sybasect.c,v 1.8 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: dbx_sybasect.c,v 1.9 2003/07/10 08:25:58 mboeren Exp $ */
#include "dbx.h"
#include "dbx_sybasect.h"
Index: php-src/ext/dbx/dbx_sybasect.h diff -u php-src/ext/dbx/dbx_sybasect.h:1.5 php-src/ext/dbx/dbx_sybasect.h:1.6
--- php-src/ext/dbx/dbx_sybasect.h:1.5 Tue Jun 10 16:03:27 2003
+++ php-src/ext/dbx/dbx_sybasect.h Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: dbx_sybasect.h,v 1.5 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: dbx_sybasect.h,v 1.6 2003/07/10 08:25:58 mboeren Exp $ */
#ifndef ZEND_DBX_SYBASECT_H #define ZEND_DBX_SYBASECT_H Index: php-src/ext/dbx/php_dbx.h diff -u php-src/ext/dbx/php_dbx.h:1.15 php-src/ext/dbx/php_dbx.h:1.16
--- php-src/ext/dbx/php_dbx.h:1.15 Tue Jun 10 16:03:27 2003
+++ php-src/ext/dbx/php_dbx.h Thu Jul 10 04:25:58 2003
@@no-spam -6,7 +6,7 @@no-spam +----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| 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 |
@@no-spam -20,7 +20,7 @@no-spam +----------------------------------------------------------------------+
*/
-/* $Id: php_dbx.h,v 1.15 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: php_dbx.h,v 1.16 2003/07/10 08:25:58 mboeren Exp $ */
#ifndef ZEND_PHP_DBX_H #define ZEND_PHP_DBX_H
[plaintext mboeren-20030710042558.txt]