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.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sapi/cli/php_cli_server.c') diff --git a/sapi/cli/php_cli_server.c b/sapi/cli/php_cli_server.c index fef1aa400d..5386aa54c6 100644 --- a/sapi/cli/php_cli_server.c +++ b/sapi/cli/php_cli_server.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_cli.c 306938 2011-01-01 02:17:06Z felipe $ */ - #include #include #include -- cgit v1.2.1