]> granicus.if.org Git - php/commitdiff
Adding cvs ID to source files
authorFrank M. Kromann <fmk@php.net>
Tue, 7 Aug 2001 19:09:58 +0000 (19:09 +0000)
committerFrank M. Kromann <fmk@php.net>
Tue, 7 Aug 2001 19:09:58 +0000 (19:09 +0000)
13 files changed:
ext/dbx/dbx.c
ext/dbx/dbx.h
ext/dbx/dbx_fbsql.c
ext/dbx/dbx_fbsql.h
ext/dbx/dbx_mssql.c
ext/dbx/dbx_mssql.h
ext/dbx/dbx_mysql.c
ext/dbx/dbx_mysql.h
ext/dbx/dbx_odbc.c
ext/dbx/dbx_odbc.h
ext/dbx/dbx_pgsql.c
ext/dbx/dbx_pgsql.h
ext/dbx/php_dbx.h

index 6246d00c754589e363a49979a7fd1267334d0fbc..aba9d95ca51678eafd9b563d20965484cedd59a6 100644 (file)
@@ -20,6 +20,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index 927d36628659ac50ad106fa9791c64490ae27ebd..8d9c338116910d63c5d8d379730da3e67302b3a6 100644 (file)
@@ -20,6 +20,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #ifndef ZEND_DBX_H
 #define ZEND_DBX_H
 
index e1f85985fdd595dbe159242164e06f2520c64123..e8952da94e94693e573449b63598973423cb6589 100644 (file)
@@ -21,6 +21,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #include "dbx.h"
 #include "dbx_fbsql.h"
 
index 527292ddf0580104a5cd2c450401b34393476f7f..4a14dfff2c5e98b43fb891e6fba57f75042ef973 100644 (file)
@@ -21,6 +21,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #ifndef ZEND_DBX_FBSQL_H
 #define ZEND_DBX_FBSQL_H
 
index 2d754086e64036d15762f24a5b3e744a422316a4..f0568bd12b614149b31c3e76eef3c55457b0bb31 100644 (file)
@@ -20,6 +20,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #include "dbx.h"
 #include "dbx_mssql.h"
 
index 4854eb9020af3afe14f0d9b737caa43b15fb8c77..c73a5104b98416617e9a3ae3df543d7cbeedcbcb 100644 (file)
@@ -20,6 +20,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #ifndef ZEND_DBX_MSSQL_H
 #define ZEND_DBX_MSSQL_H
 
index 2102d3a734fe918e23ca497cb2827a81d80781f7..bc41be7eb98f8da044670245f1312f59c49cfe9e 100644 (file)
@@ -20,6 +20,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #include "dbx.h"
 #include "dbx_mysql.h"
 
index c9bc0b5d39b505e7ddedf08a2c5952f3df17d9f1..80379c6fe03b4731a46884378037e6a62fcea769 100644 (file)
@@ -20,6 +20,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #ifndef ZEND_DBX_MYSQL_H
 #define ZEND_DBX_MYSQL_H
 
index 352968a075d9aecee352264175638e74a75ed0d8..8b6d8faa32af6ee946db405927caa8a818d2fcf6 100644 (file)
@@ -20,6 +20,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #include "dbx.h"
 #include "dbx_odbc.h"
 
index 38625ca1e7e4b7fde3a4fbb30f41f85168e48418..94df01b374889d1950ea03fba3b014c5d599db01 100644 (file)
@@ -20,6 +20,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #ifndef ZEND_DBX_ODBC_H
 #define ZEND_DBX_ODBC_H
 
index e945bc06b6ac15f15cb9e991b96c9c5d5cc3d8b7..d3c354656c11e3f3077d1196b3360bd46670ab88 100644 (file)
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id$ */
+
 #include "dbx.h"
 #include "php_dbx.h"
 #include "dbx_pgsql.h"
index 795ac752c35b23b1120f2eb6b8434584adfcf867..2d31a57da442d532c33fe930daf2eeb8acf112a0 100644 (file)
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id$ */
+
 #ifndef ZEND_DBX_PGSQL_H
 #define ZEND_DBX_PGSQL_H
 
index ef4d1e9ba8c0d3ec0ab2df344a2f666a8a83133c..71cf5c2609061ed542f7cfc60c60ee17b782944e 100644 (file)
@@ -20,6 +20,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #ifndef ZEND_PHP_DBX_H
 #define ZEND_PHP_DBX_H