Ubuntu 16.04 中安装 PHP 5.5.36 & PHP 5.6.22
PHP 5.5.36 & PHP 5.6.22 双方最近发布,PHP是一种流行的通用脚本语言,特别适合于Web开发。快速,灵活,务实的。
动态网页脚本语言 PHP v5.6.22 v5.5.36 发布下载
PHP 5.5.36 更新日志
- Core:
- Fixed bug (Integer underflow / arbitrary null write in fread/gzread). (CVE-2016-5096)
- Fixed bug (Integer Overflow in php_html_entities). (CVE-2016-5094)
- GD:
- Fixed bug (imagescale out-of-bounds read). (CVE-2013-7456)
- Intl:
- Fixed bug (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)
- Phar:
- Fixed bug (Uninitialized pointer in phar_make_dirstream()). (CVE-2016-4343)
PHP 5.6.22 更新日志
- Core:
- Fixed bug (zend_hex_strtod should not use strlen).
- Fixed bug (Integer underflow / arbitrary null write in fread/gzread). (CVE-2016-5096)
- Fixed bug (Integer Overflow in php_html_entities). (CVE-2016-5094)
- GD:
- Fixed bug (imagescale out-of-bounds read). (CVE-2013-7456)
- Intl:
- Fixed bug (Add intl.use_exceptions to php.ini-*).
- Fixed bug (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)
- Postgres:
- Fixed bug (mysqli_fetch_object changed behaviour).
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 updatesudo apt-get purge php5-common -ysudo apt-get --purge autoremove -y
Ubuntu 14.04下搭建PHP开发环境PDF
PHP 7革新与性能优化
PHP 7 ,你值得拥有
在
CentOS 6.3 安装LNMP (PHP 5.4,MyySQL5.6)
在部署LNMP的时候遇到Nginx启动失败的2个问题
Ubuntu安装Nginx php5-fpm MySQL(LNMP环境搭建)
《细说PHP》高清扫描PDF+光盘源码+全套教学视频
CentOS 6中配置PHP的LNMP的开发环境
PHP 的详细介绍:
转载自:https://www.linuxidc.com/Linux/2016-06/131911.htm
声明: 除非转自他站(如有侵权,请联系处理)外,本文采用 BY-NC-SA 协议进行授权 | 嗅谱网
转载请注明:转自《Ubuntu 16.04 中安装 PHP 5.5.36 & PHP 5.6.22》
本文地址:http://www.xiupu.net/archives-6955.html
关注公众号:
微信赞赏
支付宝赞赏