Home  >  Article  >  Backend Development  >  How to download php package

How to download php package

藏色散人
藏色散人Original
2019-10-16 10:15:304326browse

How to download php package

How to download php

Open the browser, enter the php official website address, and enter the php website.

How to download php package

Find the php version you want to download on the official website. For example, I want to download version 5.6.33, click the "downloads page" link.

How to download php package

On the next page, find the "Windows downloads" download link.

How to download php package

Note: Be sure to select the "Windows downloads" download link, do not select one of the download links above, such as "php-5.6.34.tar.gz" Link.

How to download php package

After clicking the download link, find the php version you want to download in the interface that appears. The one marked ×64 is for 64-bit operating system.

How to download php package

Those marked with ×86 are PHP installation packages for 32-bit operating systems. You can choose according to your own needs.

How to download php package

The same php download package is divided into two versions: "Non Thread Safe" and "Thread Safe". For php in FastCGI execution mode, you need to select "Non Thread Safe" "Version.

How to download php package

Since I execute php in FastCGI mode, I select the "Non Thread Safe" version and click the "Zip" link.

How to download php package

In the dialog box that appears, select the saved folder and click the "Download" button to download the php installation package to your computer.

How to download php package

For more PHP related knowledge, please visit PHP Chinese website!

The above is the detailed content of How to download php package. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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
Previous article:What are the php servers?Next article:What are the php servers?