diff options
author | Pierre Joye <pajoye@php.net> | 2008-01-18 01:11:26 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-01-18 01:11:26 +0000 |
commit | da5b986a72914057575d66dbd3b5f056869c0812 (patch) | |
tree | 952be52a30d721921436884ffd540b7f3a193535 /ext/zip/php_zip.h | |
parent | 5f8d225834a09d05c7834ce2538f8d70cb3dd8bd (diff) | |
download | php-git-da5b986a72914057575d66dbd3b5f056869c0812.tar.gz |
- MFB: reflect the correct version
Diffstat (limited to 'ext/zip/php_zip.h')
-rw-r--r-- | ext/zip/php_zip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index 7349b0d5b3..dfcf8cc398 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -30,6 +30,8 @@ extern zend_module_entry zip_module_entry; #include "lib/zip.h" +#define PHP_ZIP_VERSION_STRING "1.8.11" + /* {{{ OPENBASEDIR_CHECKPATH(filename) */ #if (PHP_MAJOR_VERSION < 6) #define OPENBASEDIR_CHECKPATH(filename) \ |