Skip to content

Commit 3c5e6b2

Browse files
committed
Remove obsolete Id tags
1 parent 797f69e commit 3c5e6b2

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

ext/oci8/config.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
dnl
2-
dnl $Id$
3-
dnl
4-
51
if test -z "$SED"; then
62
PHP_OCI8_SED="sed";
73
else

ext/oci8/config.w32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
// vim:ft=javascript
32

43
if (PHP_OCI8 != "no" && PHP_OCI8_11G != "no") {

ext/oci8/php_oci8.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
+----------------------------------------------------------------------+
2626
*/
2727

28-
/* $Id$ */
29-
3028
#if HAVE_OCI8
3129
# ifndef PHP_OCI8_H
3230
# define PHP_OCI8_H

ext/oci8/php_oci8_int.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
+----------------------------------------------------------------------+
2626
*/
2727

28-
/* $Id$ */
29-
3028
#if HAVE_OCI8
3129
# ifndef PHP_OCI8_INT_H
3230
# define PHP_OCI8_INT_H

0 commit comments

Comments
 (0)