summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-01-18 00:31:23 +0000
committerGreg Beaver <cellog@php.net>2008-01-18 00:31:23 +0000
commit736e23a4c534b0befe20c3a234c6806b4bd7567c (patch)
tree9f5c7daccdd2bab17f073673e965e8fb251696c3 /ext/zip/php_zip.c
parent42b320bca17608fae852629cbe643cd4abe69771 (diff)
downloadphp-git-736e23a4c534b0befe20c3a234c6806b4bd7567c.tar.gz
MF5.3: install headers, use correct zip version
Diffstat (limited to 'ext/zip/php_zip.c')
-rw-r--r--ext/zip/php_zip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c
index b0f5fa896e..39f5f8f69e 100644
--- a/ext/zip/php_zip.c
+++ b/ext/zip/php_zip.c
@@ -654,7 +654,7 @@ zend_module_entry zip_module_entry = {
NULL,
NULL,
PHP_MINFO(zip),
- "1.4.0",
+ "2.0.0",
STANDARD_MODULE_PROPERTIES
};
/* }}} */