mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
ext/zip: Convert progress_callback to FCC
This commit is contained in:
parent
08784ed58a
commit
76a5804560
2 changed files with 20 additions and 20 deletions
|
@ -77,7 +77,7 @@ typedef struct _ze_zip_object {
|
|||
int err_zip;
|
||||
int err_sys;
|
||||
#ifdef HAVE_PROGRESS_CALLBACK
|
||||
zval progress_callback;
|
||||
zend_fcall_info_cache progress_callback;
|
||||
#endif
|
||||
#ifdef HAVE_CANCEL_CALLBACK
|
||||
zval cancel_callback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue