The solution to the problem that the PHP7.3 version of Baota Panel does not support ZipArchive, which causes the program to be unable to be directly updated in the background Execute the following statement in the SSH command line interface:
Finally, restart the PHP service in the software store. The solution to the problem that the PHP7.4 version of Baota Panel does not support ZipArchive, which causes the program to be unable to be updated directly in the background Execute the following statement in the SSH command line interface:
Finally, restart the PHP service in the software store. The explanation on this issue on the pagoda Because the earlier installed Php7.3 is a separate compilation of the zip extension, the subsequent installation and upgrade are integrated compilation, resulting in repeated loading of the zip module after the upgrade Therefore, subsequent PHP will no longer compile the ZIP extension separately. Now, more than half a year has passed, PHP has been updated to 7.3.8, and the ZIP module is no longer integrated (it is right not to integrate it, and keeping it compiled independently is the safest way), but the ZIP extension has not been compiled and installed separately. Well, the solution is also very simple, the ZIP extension is already included in the software package, just add it back:
Then, add back the line you deleted previously from your PHP configuration file:
Finally, reload the PHP service:
This is the end of this article about the solution to the problem that BT Baota Panel php7.3 and php7.4 do not support ZipArchive. For more related content about BT Baota php7.3 and php7.4 not supporting ZipArchive, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: MySQL slow query method and example
>>: Dynamically edit data in Layui table row
Table of contents 1. js memory 2. Assignment 3. S...
After installing Jenkins, the initial download of...
Operating system: Win7 64-bit Ultimate Edition My...
Many people say that IE6 does not support PNG tra...
First time writing. Allow me to introduce myself....
Table of contents 1. What is a subquery? 2. Self-...
MySQL 8.0.20 installation and configuration super...
Table of contents Method 1: The simplest way to s...
1. Background of Parallel Replication First of al...
Sometimes, in order to facilitate the export and ...
The legend component is a commonly used component...
1. Use CSS, jQuery, and Canvas to create animatio...
Table of contents 1. DHCP Service (Dynamic Host C...
Table of contents Preface text 1. Global Registra...
View MySQL transaction isolation level mysql> ...