diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-06-12 20:01:37 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-06-16 13:04:30 +0200 |
commit | be49d61b19cea80ccc76e82f8faf2b2a640b658c (patch) | |
tree | 4efe592e56325e3df0c35fc5317bd976ae8ffd70 /ext | |
parent | 5651b1a7ca760aee1733a6b058d011f09942a6c4 (diff) | |
download | php-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')
-rw-r--r-- | ext/calendar/cal_unix.c | 1 | ||||
-rw-r--r-- | ext/calendar/easter.c | 1 | ||||
-rwxr-xr-x | ext/dba/install_cdb.sh | 2 | ||||
-rw-r--r-- | ext/mysqli/mysqli_fe.h | 2 | ||||
-rw-r--r-- | ext/mysqli/mysqli_priv.h | 2 | ||||
-rw-r--r-- | ext/mysqli/mysqli_result_iterator.c | 2 | ||||
-rw-r--r-- | ext/opcache/Optimizer/zend_call_graph.c | 2 | ||||
-rw-r--r-- | ext/opcache/Optimizer/zend_worklist.h | 2 |
8 files changed, 0 insertions, 14 deletions
diff --git a/ext/calendar/cal_unix.c b/ext/calendar/cal_unix.c index 2297d9e98d..a8e81eb541 100644 --- a/ext/calendar/cal_unix.c +++ b/ext/calendar/cal_unix.c @@ -17,7 +17,6 @@ | Hartmut Holzgraefe <hholzgra@php.net> | +----------------------------------------------------------------------+ */ -/* $Id: */ #include "php.h" #include "php_calendar.h" diff --git a/ext/calendar/easter.c b/ext/calendar/easter.c index 995709ef7c..bc5ecd2f64 100644 --- a/ext/calendar/easter.c +++ b/ext/calendar/easter.c @@ -17,7 +17,6 @@ | Hartmut Holzgraefe <hholzgra@php.net> | +----------------------------------------------------------------------+ */ -/* $Id: */ #include "php.h" #include "php_calendar.h" 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 : diff --git a/ext/mysqli/mysqli_fe.h b/ext/mysqli/mysqli_fe.h index e56780a4c1..dab9b18861 100644 --- a/ext/mysqli/mysqli_fe.h +++ b/ext/mysqli/mysqli_fe.h @@ -15,8 +15,6 @@ | Author: Georg Richter <georg@php.net> | Andrey Hristov <andrey@php.net> | +----------------------------------------------------------------------+ - - $Id: php_mysqli_structs.h 302179 2010-08-13 09:57:04Z andrey $ */ #ifndef MYSQLI_FE_H diff --git a/ext/mysqli/mysqli_priv.h b/ext/mysqli/mysqli_priv.h index eef254feea..de3f5f058d 100644 --- a/ext/mysqli/mysqli_priv.h +++ b/ext/mysqli/mysqli_priv.h @@ -14,8 +14,6 @@ +----------------------------------------------------------------------+ | Author: Georg Richter <georg@php.net> | +----------------------------------------------------------------------+ - - $Id: php_mysqli_structs.h 302179 2010-08-13 09:57:04Z andrey $ */ #ifndef MYSQLI_PRIV_H diff --git a/ext/mysqli/mysqli_result_iterator.c b/ext/mysqli/mysqli_result_iterator.c index 4e919aef25..ec9a9e5b2d 100644 --- a/ext/mysqli/mysqli_result_iterator.c +++ b/ext/mysqli/mysqli_result_iterator.c @@ -16,8 +16,6 @@ | Andrey Hristov <andrey@php.net> | | Ulf Wendel <uw@php.net> | +----------------------------------------------------------------------+ - - $Id: mysqli.c 299335 2010-05-13 11:05:09Z andrey $ */ #ifdef HAVE_CONFIG_H diff --git a/ext/opcache/Optimizer/zend_call_graph.c b/ext/opcache/Optimizer/zend_call_graph.c index b692963e5d..d70cb0d33b 100644 --- a/ext/opcache/Optimizer/zend_call_graph.c +++ b/ext/opcache/Optimizer/zend_call_graph.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id:$ */ - #include "php.h" #include "zend_compile.h" #include "zend_extensions.h" diff --git a/ext/opcache/Optimizer/zend_worklist.h b/ext/opcache/Optimizer/zend_worklist.h index 098ae5502a..3ff1df14ee 100644 --- a/ext/opcache/Optimizer/zend_worklist.h +++ b/ext/opcache/Optimizer/zend_worklist.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id:$ */ - #ifndef _ZEND_WORKLIST_H_ #define _ZEND_WORKLIST_H_ |