We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo apt-get install libzip-dev sudo pecl install zip
Add extension=zip.so to /etc/php/7.2/apache2/conf.d/20-zip.ini
extension=zip.so
/etc/php/7.2/apache2/conf.d/20-zip.ini
The text was updated successfully, but these errors were encountered:
Does this file exist or will it be created solely to hold extension=zip.so?
Sorry, something went wrong.
you need to install
sudo apt-get install php-zip
libzip-dev is not sufficient to import freetext feeds
Thanks. I'll also need confirmation on my second comment before I change it.
This file will be created by the command. In current cloud build it does not exist.
No branches or pull requests
sudo apt-get install libzip-dev
sudo pecl install zip
Add
extension=zip.so
to/etc/php/7.2/apache2/conf.d/20-zip.ini
The text was updated successfully, but these errors were encountered: