ext/zip: Convert progress_callback to FCC

This commit is contained in:
Gina Peter Banyard 2025-01-10 12:56:36 +00:00
parent 08784ed58a
commit 76a5804560
2 changed files with 20 additions and 20 deletions

View file

@ -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;