diff options
author | Pierre Joye <pajoye@php.net> | 2008-12-24 11:08:14 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-12-24 11:08:14 +0000 |
commit | 06962230796d8092536cc06a067a7fbc08b52df9 (patch) | |
tree | ff4fa69736b6121edf1ffdf76852f998dde56c89 /ext/zip/php_zip.h | |
parent | fa28710039bf79707073597d491e136a3cdffc7e (diff) | |
download | php-git-06962230796d8092536cc06a067a7fbc08b52df9.tar.gz |
- version and WS
Diffstat (limited to 'ext/zip/php_zip.h')
-rw-r--r-- | ext/zip/php_zip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index 8398c6558e..d5d638297e 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -30,7 +30,7 @@ extern zend_module_entry zip_module_entry; #include "lib/zip.h" -#define PHP_ZIP_VERSION_STRING "1.8.11" +#define PHP_ZIP_VERSION_STRING "1.9.1" #if ((PHP_MAJOR_VERSION >= 5 && PHP_MINOR_VERSION >= 2) || PHP_MAJOR_VERSION >= 6) # define PHP_ZIP_USE_OO 1 @@ -45,7 +45,7 @@ extern zend_module_entry zip_module_entry; /* {{{ OPENBASEDIR_CHECKPATH(filename) */ #if (PHP_MAJOR_VERSION < 6) -#define OPENBASEDIR_CHECKPATH(filename) \ +# define OPENBASEDIR_CHECKPATH(filename) \ (PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename TSRMLS_CC) #else #define OPENBASEDIR_CHECKPATH(filename) \ |