summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2016-02-22 09:26:48 +0100
committerRemi Collet <remi@php.net>2016-02-22 09:26:48 +0100
commit54380cd56ad0d7f76ba25399058e052f4cf747d1 (patch)
treec2a904f6041265f1112dfd271ea9cf1fc699c7d8 /ext/zip
parent6ae4c11b45d017d048f3960d589fbc7764c71861 (diff)
parente8385a60b388c057134ba3d53c11ecd4a9a14703 (diff)
downloadphp-git-54380cd56ad0d7f76ba25399058e052f4cf747d1.tar.gz
Merge branch 'PHP-7.0'
* PHP-7.0: cleanup $Id
Diffstat (limited to 'ext/zip')
-rw-r--r--ext/zip/php_zip.c2
-rw-r--r--ext/zip/php_zip.h1
-rw-r--r--ext/zip/zip_stream.c1
3 files changed, 0 insertions, 4 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);
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h
index 98655e70cc..dd1600f651 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 277ac9a5e2..a088985198 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