Install PHP 5.5.36 & PHP 5.6.22 in Ubuntu 16.04
PHP 5.5.36 & PHP 5.6.22 recently released by both parties. PHP is a popular universal scripting language and is especially suitable for Web development. Fast, flexible, and pragmatic.
Dynamic Web scripting language PHP v5.6.22 v5.5.36 released and downloaded
PHP 5.5.36 Update log
- 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 Update log
- Core:
- Fixed bug #72172 (zend_hex_strtodd shoshould 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) install 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
Build a PHP development environment under Ubuntu 14.04 PDF
PHP 7 innovation and Performance Optimization
PHP 7, you deserve it
Experience PHP 7.0 on CentOS 7.x/Fedora 21
Install LNMP in CentOS 6.3 (PHP 5.4, MyySQL5.6)
Nginx startup failure occurs during LNMP deployment.
Ubuntu install Nginx php5-fpm MySQL (LNMP environment setup)
Detailed php hd scanning PDF + CD source code + full set of teaching videos
Configure the php lnmp development environment in CentOS 6
PHP details: click here
PHP: click here
This article permanently updates the link address: