Skip to content

Commit

Permalink
Remove obsolete Id tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Aug 9, 2016
1 parent 797f69e commit 3c5e6b2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions ext/oci8/config.m4
@@ -1,7 +1,3 @@
dnl
dnl $Id$
dnl

if test -z "$SED"; then
PHP_OCI8_SED="sed";
else
Expand Down
1 change: 0 additions & 1 deletion ext/oci8/config.w32
@@ -1,4 +1,3 @@
// $Id$
// vim:ft=javascript

if (PHP_OCI8 != "no" && PHP_OCI8_11G != "no") {
Expand Down
2 changes: 0 additions & 2 deletions ext/oci8/php_oci8.h
Expand Up @@ -25,8 +25,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#if HAVE_OCI8
# ifndef PHP_OCI8_H
# define PHP_OCI8_H
Expand Down
2 changes: 0 additions & 2 deletions ext/oci8/php_oci8_int.h
Expand Up @@ -25,8 +25,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#if HAVE_OCI8
# ifndef PHP_OCI8_INT_H
# define PHP_OCI8_INT_H
Expand Down

0 comments on commit 3c5e6b2

Please sign in to comment.