summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2001-08-07 19:09:58 +0000
committerFrank M. Kromann <fmk@php.net>2001-08-07 19:09:58 +0000
commit587e3600d83eb630e2510536db1cee7ef6273855 (patch)
tree14fe34f9d03af8c6b287735b5bd47f6884dd28ba
parent21e2a8fc1bca0cb1787f18dbb2652478f86da21e (diff)
downloadphp-git-587e3600d83eb630e2510536db1cee7ef6273855.tar.gz
Adding cvs ID to source files
-rw-r--r--ext/dbx/dbx.c2
-rw-r--r--ext/dbx/dbx.h2
-rw-r--r--ext/dbx/dbx_fbsql.c2
-rw-r--r--ext/dbx/dbx_fbsql.h2
-rw-r--r--ext/dbx/dbx_mssql.c2
-rw-r--r--ext/dbx/dbx_mssql.h2
-rw-r--r--ext/dbx/dbx_mysql.c2
-rw-r--r--ext/dbx/dbx_mysql.h2
-rw-r--r--ext/dbx/dbx_odbc.c2
-rw-r--r--ext/dbx/dbx_odbc.h2
-rw-r--r--ext/dbx/dbx_pgsql.c2
-rw-r--r--ext/dbx/dbx_pgsql.h2
-rw-r--r--ext/dbx/php_dbx.h2
13 files changed, 26 insertions, 0 deletions
diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c
index 6246d00c75..aba9d95ca5 100644
--- a/ext/dbx/dbx.c
+++ b/ext/dbx/dbx.c
@@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/ext/dbx/dbx.h b/ext/dbx/dbx.h
index 927d366286..8d9c338116 100644
--- a/ext/dbx/dbx.h
+++ b/ext/dbx/dbx.h
@@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifndef ZEND_DBX_H
#define ZEND_DBX_H
diff --git a/ext/dbx/dbx_fbsql.c b/ext/dbx/dbx_fbsql.c
index e1f85985fd..e8952da94e 100644
--- a/ext/dbx/dbx_fbsql.c
+++ b/ext/dbx/dbx_fbsql.c
@@ -21,6 +21,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#include "dbx.h"
#include "dbx_fbsql.h"
diff --git a/ext/dbx/dbx_fbsql.h b/ext/dbx/dbx_fbsql.h
index 527292ddf0..4a14dfff2c 100644
--- a/ext/dbx/dbx_fbsql.h
+++ b/ext/dbx/dbx_fbsql.h
@@ -21,6 +21,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifndef ZEND_DBX_FBSQL_H
#define ZEND_DBX_FBSQL_H
diff --git a/ext/dbx/dbx_mssql.c b/ext/dbx/dbx_mssql.c
index 2d754086e6..f0568bd12b 100644
--- a/ext/dbx/dbx_mssql.c
+++ b/ext/dbx/dbx_mssql.c
@@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#include "dbx.h"
#include "dbx_mssql.h"
diff --git a/ext/dbx/dbx_mssql.h b/ext/dbx/dbx_mssql.h
index 4854eb9020..c73a5104b9 100644
--- a/ext/dbx/dbx_mssql.h
+++ b/ext/dbx/dbx_mssql.h
@@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifndef ZEND_DBX_MSSQL_H
#define ZEND_DBX_MSSQL_H
diff --git a/ext/dbx/dbx_mysql.c b/ext/dbx/dbx_mysql.c
index 2102d3a734..bc41be7eb9 100644
--- a/ext/dbx/dbx_mysql.c
+++ b/ext/dbx/dbx_mysql.c
@@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#include "dbx.h"
#include "dbx_mysql.h"
diff --git a/ext/dbx/dbx_mysql.h b/ext/dbx/dbx_mysql.h
index c9bc0b5d39..80379c6fe0 100644
--- a/ext/dbx/dbx_mysql.h
+++ b/ext/dbx/dbx_mysql.h
@@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifndef ZEND_DBX_MYSQL_H
#define ZEND_DBX_MYSQL_H
diff --git a/ext/dbx/dbx_odbc.c b/ext/dbx/dbx_odbc.c
index 352968a075..8b6d8faa32 100644
--- a/ext/dbx/dbx_odbc.c
+++ b/ext/dbx/dbx_odbc.c
@@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#include "dbx.h"
#include "dbx_odbc.h"
diff --git a/ext/dbx/dbx_odbc.h b/ext/dbx/dbx_odbc.h
index 38625ca1e7..94df01b374 100644
--- a/ext/dbx/dbx_odbc.h
+++ b/ext/dbx/dbx_odbc.h
@@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifndef ZEND_DBX_ODBC_H
#define ZEND_DBX_ODBC_H
diff --git a/ext/dbx/dbx_pgsql.c b/ext/dbx/dbx_pgsql.c
index e945bc06b6..d3c354656c 100644
--- a/ext/dbx/dbx_pgsql.c
+++ b/ext/dbx/dbx_pgsql.c
@@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#include "dbx.h"
#include "php_dbx.h"
#include "dbx_pgsql.h"
diff --git a/ext/dbx/dbx_pgsql.h b/ext/dbx/dbx_pgsql.h
index 795ac752c3..2d31a57da4 100644
--- a/ext/dbx/dbx_pgsql.h
+++ b/ext/dbx/dbx_pgsql.h
@@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifndef ZEND_DBX_PGSQL_H
#define ZEND_DBX_PGSQL_H
diff --git a/ext/dbx/php_dbx.h b/ext/dbx/php_dbx.h
index ef4d1e9ba8..71cf5c2609 100644
--- a/ext/dbx/php_dbx.h
+++ b/ext/dbx/php_dbx.h
@@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifndef ZEND_PHP_DBX_H
#define ZEND_PHP_DBX_H