Skip to content

Commit

Permalink
Adding cvs ID to source files
Browse files Browse the repository at this point in the history
  • Loading branch information
fmk committed Aug 7, 2001
1 parent 21e2a8f commit 587e360
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/dbx/dbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down
2 changes: 2 additions & 0 deletions ext/dbx/dbx.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_DBX_H
#define ZEND_DBX_H

Expand Down
2 changes: 2 additions & 0 deletions ext/dbx/dbx_fbsql.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "dbx.h"
#include "dbx_fbsql.h"

Expand Down
2 changes: 2 additions & 0 deletions ext/dbx/dbx_fbsql.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_DBX_FBSQL_H
#define ZEND_DBX_FBSQL_H

Expand Down
2 changes: 2 additions & 0 deletions ext/dbx/dbx_mssql.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "dbx.h"
#include "dbx_mssql.h"

Expand Down
2 changes: 2 additions & 0 deletions ext/dbx/dbx_mssql.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_DBX_MSSQL_H
#define ZEND_DBX_MSSQL_H

Expand Down
2 changes: 2 additions & 0 deletions ext/dbx/dbx_mysql.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "dbx.h"
#include "dbx_mysql.h"

Expand Down
2 changes: 2 additions & 0 deletions ext/dbx/dbx_mysql.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_DBX_MYSQL_H
#define ZEND_DBX_MYSQL_H

Expand Down
2 changes: 2 additions & 0 deletions ext/dbx/dbx_odbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "dbx.h"
#include "dbx_odbc.h"

Expand Down
2 changes: 2 additions & 0 deletions ext/dbx/dbx_odbc.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_DBX_ODBC_H
#define ZEND_DBX_ODBC_H

Expand Down
2 changes: 2 additions & 0 deletions ext/dbx/dbx_pgsql.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "dbx.h"
#include "php_dbx.h"
#include "dbx_pgsql.h"
Expand Down
2 changes: 2 additions & 0 deletions ext/dbx/dbx_pgsql.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_DBX_PGSQL_H
#define ZEND_DBX_PGSQL_H

Expand Down
2 changes: 2 additions & 0 deletions ext/dbx/php_dbx.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_PHP_DBX_H
#define ZEND_PHP_DBX_H

Expand Down

0 comments on commit 587e360

Please sign in to comment.