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/opcache | |
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/opcache')
-rw-r--r-- | ext/opcache/Optimizer/zend_call_graph.c | 2 | ||||
-rw-r--r-- | ext/opcache/Optimizer/zend_worklist.h | 2 |
2 files changed, 0 insertions, 4 deletions
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_ |