歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu 16.04 中安裝 PHP 5.5.36 & PHP 5.6.22

Ubuntu 16.04 中安裝 PHP 5.5.36 & PHP 5.6.22

日期:2017/2/28 13:51:57   编辑:Linux教程

PHP 5.5.36 & PHP 5.6.22 雙方最近發布,PHP是一種流行的通用腳本語言,特別適合於Web開發。快速,靈活,務實的。

動態網頁腳本語言 PHP v5.6.22 v5.5.36 發布下載 http://www.linuxidc.com/Linux/2016-05/131812.htm

PHP 5.5.36 更新日志

  • Core:
    • Fixed bug #72114 (Integer underflow / arbitrary null write in fread/gzread). (CVE-2016-5096)
    • Fixed bug #72135 (Integer Overflow in php_html_entities). (CVE-2016-5094)
  • GD:
    • Fixed bug #72227 (imagescale out-of-bounds read). (CVE-2013-7456)
  • Intl:
    • Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)
  • Phar:
    • Fixed bug #71331 (Uninitialized pointer in phar_make_dirstream()). (CVE-2016-4343)

PHP 5.6.22 更新日志

  • Core:
    • Fixed bug #72172 (zend_hex_strtod should not use strlen).
    • Fixed bug #72114 (Integer underflow / arbitrary null write in fread/gzread). (CVE-2016-5096)
    • Fixed bug #72135 (Integer Overflow in php_html_entities). (CVE-2016-5094)
  • GD:
    • Fixed bug #72227 (imagescale out-of-bounds read). (CVE-2013-7456)
  • Intl:
    • Fixed bug #64524 (Add intl.use_exceptions to php.ini-*).
    • Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)
  • Postgres:
    • Fixed bug #72151 (mysqli_fetch_object changed behaviour).

Ubuntu 16.04 (Xenial Xerus), Ubuntu 15.10 (Wily Werewolf), Ubuntu 15.04(Vivid Vervet), Ubuntu 14.04 (Trusty Tahr) 安裝 PHP 5.5.36 & PHP 5.6.22

sudo add-apt-repository ppa:ondrej/php

sudo apt-get update

For PHP 5.5.36

sudo apt-get install php5.5

For PHP 5.6.22

sudo apt-get install php5.6

To verify the version installed, run the following command:

sudo php -v

If you want to remove PHP installed, then run the following commands:

sudo apt-get update

sudo apt-get purge php5-common -y

sudo apt-get --purge autoremove -y

Ubuntu 14.04下搭建PHP開發環境PDF http://www.linuxidc.com/Linux/2016-02/128330.htm

PHP 7革新與性能優化 http://www.linuxidc.com/Linux/2015-09/123136.htm

PHP 7 ,你值得擁有 http://www.linuxidc.com/Linux/2015-06/118847.htm

在 CentOS 7.x / Fedora 21 上面體驗 PHP 7.0 http://www.linuxidc.com/Linux/2015-05/117960.htm

CentOS 6.3 安裝LNMP (PHP 5.4,MyySQL5.6) http://www.linuxidc.com/Linux/2013-04/82069.htm

在部署LNMP的時候遇到Nginx啟動失敗的2個問題 http://www.linuxidc.com/Linux/2013-03/81120.htm

Ubuntu安裝Nginx php5-fpm MySQL(LNMP環境搭建) http://www.linuxidc.com/Linux/2012-10/72458.htm

《細說PHP》高清掃描PDF+光盤源碼+全套教學視頻 http://www.linuxidc.com/Linux/2014-03/97536.htm

CentOS 6中配置PHP的LNMP的開發環境 http://www.linuxidc.com/Linux/2013-12/93869.htm

PHP 的詳細介紹:請點這裡
PHP 的下載地址:請點這裡

Copyright © Linux教程網 All Rights Reserved