diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-05-20 12:05:20 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-05-20 14:22:11 +0200 |
commit | 86d58e9fff3740eeccba67c79d87c05aedced7ac (patch) | |
tree | 809017ee5568cc730d63c73928dfea681a0e5bed /ext/zip/php_zip.h | |
parent | a582931f4255a0a022f06da613558482beeb5451 (diff) | |
download | php-git-86d58e9fff3740eeccba67c79d87c05aedced7ac.tar.gz |
Generate function entries for ext/zip
Closes GH-5601
Diffstat (limited to 'ext/zip/php_zip.h')
-rw-r--r-- | ext/zip/php_zip.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index 61361b2380..251237d214 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -48,9 +48,6 @@ typedef struct _ze_zip_read_rsrc { struct zip_stat sb; } zip_read_rsrc; -#define ZIPARCHIVE_ME(name, arg_info, flags) {#name, c_ziparchive_ ##name, arg_info,(uint32_t) (sizeof(arg_info)/sizeof(struct _zend_arg_info)-1), flags }, -#define ZIPARCHIVE_METHOD(name) ZEND_NAMED_FUNCTION(c_ziparchive_ ##name) - /* Extends zend object */ typedef struct _ze_zip_object { struct zip *za; |