diff options
author | Christopher Jones <sixd@php.net> | 2016-08-09 16:12:58 +1000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2016-08-09 16:12:58 +1000 |
commit | 3c5e6b29ce0e0f495a96c7878b23ca00a34c44d7 (patch) | |
tree | ebd81170db0a45a8bbb10162d5d914cc4c6bdce9 | |
parent | 797f69ef32d866956f9dc2aa72e98b6f97d4b072 (diff) | |
download | php-git-3c5e6b29ce0e0f495a96c7878b23ca00a34c44d7.tar.gz |
Remove obsolete Id tags
-rw-r--r-- | ext/oci8/config.m4 | 4 | ||||
-rw-r--r-- | ext/oci8/config.w32 | 1 | ||||
-rw-r--r-- | ext/oci8/php_oci8.h | 2 | ||||
-rw-r--r-- | ext/oci8/php_oci8_int.h | 2 |
4 files changed, 0 insertions, 9 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index 0d08d21c29..14042401d5 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -1,7 +1,3 @@ -dnl -dnl $Id$ -dnl - if test -z "$SED"; then PHP_OCI8_SED="sed"; else diff --git a/ext/oci8/config.w32 b/ext/oci8/config.w32 index d83bf3fbdb..74014648ff 100644 --- a/ext/oci8/config.w32 +++ b/ext/oci8/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript if (PHP_OCI8 != "no" && PHP_OCI8_11G != "no") { diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index d1e501344a..70200e452d 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -25,8 +25,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #if HAVE_OCI8 # ifndef PHP_OCI8_H # define PHP_OCI8_H diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index c0bc898cc1..3a63504e05 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -25,8 +25,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #if HAVE_OCI8 # ifndef PHP_OCI8_INT_H # define PHP_OCI8_INT_H |