In linux-Shell, how does one obtain the latest PHP version?

Source: Internet
Author: User
I need to get the latest PHP version number in Shell, and then check whether the server needs to be upgraded. For example, the download from Apache is www. apache. orgdisthttpd, which lists all versions. I can use elinks and awk to easily extract the latest version, but php needs... I need to get the latest PHP version number in Shell, and then check whether the server needs to be upgraded.

For example, the download from Apache is a http://www.apache.org/dist/httpd/, which lists all versions. I can easily extract the latest version through elinks and awk, but what does php do?

Reply content:

I need to get the latest PHP version number in Shell, and then check whether the server needs to be upgraded.

For example, the download from Apache is a http://www.apache.org/dist/httpd/, which lists all versions. I can easily extract the latest version through elinks and awk, but what does php do?

Do you mean to parse html through awk and then parse version number?

Current stable in the http://www.php.net/downloads.php Link

Curl http://www.php.net/downloads.php | grep "Current stable" | awk '{print $3 }'

You can obtain the latest version number.
Then, you can use php-v to obtain the php version number.

Thank you! The problem has been solved.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.