Home > Article > Backend Development > What to do if php zip is not supported
The solution for not supporting php zip: first find and open the php.ini file; then search for the ";extension=php_zip.dll" item; then remove the semicolon in front of the extension; finally save and restart Apache or other servers That’s it.
Recommended: "PHP Video Tutorial"
PHP Open ZIP Module
Step one, find the php.ini file
Part two, open it with notepad
Step three, use the ctrl key and F key to search;extension=php_zip.dll
The fourth step, remove the semicolon ";" in front of the extension, such as extension=php_zip.dll
The fifth step, save and restart Apache or other servers.
As shown:
The above is the detailed content of What to do if php zip is not supported. For more information, please follow other related articles on the PHP Chinese website!