diff options
author | Pierre Joye <pajoye@php.net> | 2008-10-23 16:12:55 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-10-23 16:12:55 +0000 |
commit | 7d5a67a0227842c8a037a0865a244942697f1da5 (patch) | |
tree | 8dcbfbc95fe3acc11eba72f3b90345cf44422696 /ext/zip/php_zip.h | |
parent | 8a106deb247ee44112d75a2c797b0b02e106299e (diff) | |
download | php-git-7d5a67a0227842c8a037a0865a244942697f1da5.tar.gz |
- flatten path and make them relative before extraction
- remove unnecessary export
Diffstat (limited to 'ext/zip/php_zip.h')
-rw-r--r-- | ext/zip/php_zip.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index dea9b3b086..5d77ac14bd 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2007 The PHP Group | + | Copyright (c) 1997-2008 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -24,12 +24,6 @@ extern zend_module_entry zip_module_entry; #define phpext_zip_ptr &zip_module_entry -#ifdef PHP_WIN32 -#define PHP_ZIP_API __declspec(dllexport) -#else -#define PHP_ZIP_API -#endif - #ifdef ZTS #include "TSRM.h" #endif |