From: Remi Collet Date: Mon, 22 Feb 2016 08:26:00 +0000 (+0100) Subject: cleanup $Id X-Git-Tag: php-5.6.20RC1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d20f1d8f1f6a238cb290f5ccab2de1ac3dcaa03a;p=php cleanup $Id --- diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index ccd0467fd3..1791548e0e 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -16,7 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -3162,7 +3161,6 @@ static PHP_MINFO_FUNCTION(zip) php_info_print_table_start(); php_info_print_table_row(2, "Zip", "enabled"); - php_info_print_table_row(2, "Extension Version","$Id$"); php_info_print_table_row(2, "Zip version", PHP_ZIP_VERSION); php_info_print_table_row(2, "Libzip version", LIBZIP_VERSION); diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index 73fa9e114f..657f178891 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -16,7 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifndef PHP_ZIP_H #define PHP_ZIP_H diff --git a/ext/zip/zip_stream.c b/ext/zip/zip_stream.c index 980488ae4a..1cd134ecfb 100644 --- a/ext/zip/zip_stream.c +++ b/ext/zip/zip_stream.c @@ -16,7 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifdef HAVE_CONFIG_H # include "config.h" #endif