summaryrefslogtreecommitdiff
path: root/ext/dba
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-06-12 20:01:37 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-06-16 13:04:30 +0200
commitbe49d61b19cea80ccc76e82f8faf2b2a640b658c (patch)
tree4efe592e56325e3df0c35fc5317bd976ae8ffd70 /ext/dba
parent5651b1a7ca760aee1733a6b058d011f09942a6c4 (diff)
downloadphp-git-be49d61b19cea80ccc76e82f8faf2b2a640b658c.tar.gz
Remove old SVN keywords substitutions
When the PHP source code was versioned in Subversion, there was possible to substitute certain keywords such as $Id$ with revision number, last change time and author name. Such approach is not used in Git so this patch removes these outdated artifacts from source code files.
Diffstat (limited to 'ext/dba')
-rwxr-xr-xext/dba/install_cdb.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/dba/install_cdb.sh b/ext/dba/install_cdb.sh
index ce5f3cc856..782d3a6f8d 100755
--- a/ext/dba/install_cdb.sh
+++ b/ext/dba/install_cdb.sh
@@ -7,8 +7,6 @@
# cdb-0.75 lacks support for installing header files and creating a
# library which programs can link against. This shell script fills
# the gap.
-#
-# $Id: install_cdb.sh,v 1.2 2002-11-04 17:53:04 helly Exp $
if test -r "cdb.a" && test -r "auto-str.c" && test -r "byte.a"; then
: