diff options
author | Greg Beaver <cellog@php.net> | 2008-01-18 00:31:23 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-01-18 00:31:23 +0000 |
commit | 736e23a4c534b0befe20c3a234c6806b4bd7567c (patch) | |
tree | 9f5c7daccdd2bab17f073673e965e8fb251696c3 /ext/zip/php_zip.c | |
parent | 42b320bca17608fae852629cbe643cd4abe69771 (diff) | |
download | php-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.c | 2 |
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 }; /* }}} */ |