]> granicus.if.org Git - php/commitdiff
cleanup $Id
authorRemi Collet <remi@php.net>
Mon, 22 Feb 2016 08:26:00 +0000 (09:26 +0100)
committerRemi Collet <remi@php.net>
Mon, 22 Feb 2016 08:26:00 +0000 (09:26 +0100)
ext/zip/php_zip.c
ext/zip/php_zip.h
ext/zip/zip_stream.c

index ccd0467fd353f0f5c2d8834a51ab217aa6053e0d..1791548e0e76f58ff0e6aba546e4c7cbec3b251f 100644 (file)
@@ -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);
 
index 73fa9e114fa7f6cba46fe1b434b04829eea9ef3a..657f178891bfbf2802915518797051e732ae9462 100644 (file)
@@ -16,7 +16,6 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id$ */
 
 #ifndef PHP_ZIP_H
 #define PHP_ZIP_H
index 980488ae4a73267019bb3e67c1a041d95636f3cf..1cd134ecfb498bb73763528a566c7d8aec1adfe4 100644 (file)
@@ -16,7 +16,6 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id$ */
 #ifdef HAVE_CONFIG_H
 #   include "config.h"
 #endif