How to install php5.5 with wdcp

藏色散人
Release: 2023-03-09 17:52:01
Original
2053 people have browsed it

How to install php5.5 with wdcp: First open the command window; then upgrade PHP to PHP5 through the "wget ​​https://soft.laozuo.org/wdcp/php_up55.sh sh php_up55.sh" command. 5 is enough.

How to install php5.5 with wdcp

The operating environment of this article: linux5.9.8 system, php5.5 version, DELL G3 computer

In the VPS panel, WDCP is used by users There may be more domestic VPS panels with a larger volume than AMH. The main reasons for this are that it takes a long time and there are many documents. If you encounter problems or upgrade the environment, you can basically find a solution.

Recently, when helping netizens solve the problem of upgrading PHP and installing PDO_MYSQL component support for WDCP environment configuration, I found that there are many people who need to upgrade the WDCP default environment to the PHP version, so I compiled this article as a record for future needs and the needs of other users.

The default WDCP panel installation, PHP version is 5.2.17. If you need to upgrade PHP5.5, you need to upgrade. This method can save a lot of time compared with other methods on the Internet.

Upgrade PHP5.5

wget https://soft.laozuo.org/wdcp/php_up55.sh
sh php_up55.sh
Copy after login

Choose the version you need to upgrade and just wait for the upgrade. The upgrade process is relatively long. After the upgrade is completed, we will also install the PDO_MYSQL component (because Some programs need to be started).

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of How to install php5.5 with wdcp. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!