summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2016-02-22 09:26:14 +0100
committerRemi Collet <remi@php.net>2016-02-22 09:26:14 +0100
commite8385a60b388c057134ba3d53c11ecd4a9a14703 (patch)
tree059637fbbcf52b4279d65d15824ee6fa15f9752c /ext/zip/php_zip.c
parentd25e67eee653c8ce8ce1a4459181e3b802eb915c (diff)
parentd20f1d8f1f6a238cb290f5ccab2de1ac3dcaa03a (diff)
downloadphp-git-e8385a60b388c057134ba3d53c11ecd4a9a14703.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: 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 6bb23ad85d..db201af634 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"
@@ -3134,7 +3133,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);