summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2016-02-22 09:26:00 +0100
committerRemi Collet <remi@php.net>2016-02-22 09:26:00 +0100
commitd20f1d8f1f6a238cb290f5ccab2de1ac3dcaa03a (patch)
tree7ed77403b9cf2f018a54ebd312b6ba132ce91e90 /ext/zip/php_zip.c
parentbbce94ed782115d87a3b4619e3f0ca8eafb49425 (diff)
downloadphp-git-d20f1d8f1f6a238cb290f5ccab2de1ac3dcaa03a.tar.gz
cleanup $Id
Diffstat (limited to 'ext/zip/php_zip.c')
-rw-r--r--ext/zip/php_zip.c2
1 files changed, 0 insertions, 2 deletions
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);