Last active
July 7, 2023 03:56
-
-
Save flashvnn/bc889a0bef11a008be2ae63f56c26f81 to your computer and use it in GitHub Desktop.
Install php74-zip extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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