From be49d61b19cea80ccc76e82f8faf2b2a640b658c Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 12 Jun 2018 20:01:37 +0200 Subject: 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. --- sapi/cli/php_cli_server.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sapi/cli/php_cli_server.h') diff --git a/sapi/cli/php_cli_server.h b/sapi/cli/php_cli_server.h index e6d528cedb..2a68894479 100644 --- a/sapi/cli/php_cli_server.h +++ b/sapi/cli/php_cli_server.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_cli.c 306938 2011-01-01 02:17:06Z felipe $ */ - #ifndef PHP_CLI_SERVER_H #define PHP_CLI_SERVER_H -- cgit v1.2.1