diff options
Diffstat (limited to 'ext/sqlite3')
-rw-r--r-- | ext/sqlite3/config.w32 | 1 | ||||
-rw-r--r-- | ext/sqlite3/config0.m4 | 1 | ||||
-rw-r--r-- | ext/sqlite3/php_sqlite3.h | 2 | ||||
-rw-r--r-- | ext/sqlite3/php_sqlite3_structs.h | 2 | ||||
-rw-r--r-- | ext/sqlite3/sqlite3.c | 2 |
5 files changed, 0 insertions, 8 deletions
diff --git a/ext/sqlite3/config.w32 b/ext/sqlite3/config.w32 index 02322055c2..b1e5d1ad13 100644 --- a/ext/sqlite3/config.w32 +++ b/ext/sqlite3/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("sqlite3", "SQLite 3 support", "no"); diff --git a/ext/sqlite3/config0.m4 b/ext/sqlite3/config0.m4 index 93a059902a..65d089be7c 100644 --- a/ext/sqlite3/config0.m4 +++ b/ext/sqlite3/config0.m4 @@ -1,4 +1,3 @@ -dnl $Id$ dnl config.m4 for extension sqlite3 dnl vim:et:ts=2:sw=2 diff --git a/ext/sqlite3/php_sqlite3.h b/ext/sqlite3/php_sqlite3.h index 69b5a689a5..6287d59c4f 100644 --- a/ext/sqlite3/php_sqlite3.h +++ b/ext/sqlite3/php_sqlite3.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SQLITE3_H #define PHP_SQLITE3_H diff --git a/ext/sqlite3/php_sqlite3_structs.h b/ext/sqlite3/php_sqlite3_structs.h index 093afcff78..bd65063906 100644 --- a/ext/sqlite3/php_sqlite3_structs.h +++ b/ext/sqlite3/php_sqlite3_structs.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SQLITE_STRUCTS_H #define PHP_SQLITE_STRUCTS_H diff --git a/ext/sqlite3/sqlite3.c b/ext/sqlite3/sqlite3.c index 08d436786f..ced363bc62 100644 --- a/ext/sqlite3/sqlite3.c +++ b/ext/sqlite3/sqlite3.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif |