Skip to content

Instantly share code, notes, and snippets.

@flashvnn
Last active July 7, 2023 03:56
Show Gist options
  • Save flashvnn/bc889a0bef11a008be2ae63f56c26f81 to your computer and use it in GitHub Desktop.
Save flashvnn/bc889a0bef11a008be2ae63f56c26f81 to your computer and use it in GitHub Desktop.
Install php74-zip extension
pecl uninstall zip && pecl install zip
# if has error with zipconf.h
cp /usr/local/lib/libzip/include/zipconf.h /usr/local/include/zipconf.h
pecl install zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment