Ondřej Surý has released PHP 5.6.40-57, 7.0.33-57, 7.1.33-44, 7.2.34-28, 7.3.33, 7.4.26, and 8.0.13 packages for Debian GNU/Linux 9 LTS, 10, and 11.
To add the repository:
#!/bin/bash # To add this repository please do:
if [ "$(whoami)" != "root" ]; then
SUDO=sudo
fi
${SUDO} apt-get -y install apt-transport-https lsb-release ca-certificates curl
${SUDO} wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
${SUDO} sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
${SUDO} apt-get update
PHP Packages
Issues Tracker
php-8.0.13
- Core:
. Fixed bug #81518 (Header injection via default_mimetype / default_charset). (cmb)
- Date:
. Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2). (cmb)
- MBString:
. Fixed bug #76167 (mbstring may use pointer from some previous request). (cmb, cataphract)
- Opcache:
. Fixed bug #81512 (Unexpected behavior with arrays and JIT). (Dmitry)
- PCRE:
. Fixed bug #81424 (PCRE2 10.35 JIT performance regression). (cmb)
- XML:
. Fixed bug #79971 (special character is breaking the path in xml function). (CVE-2021-21707) (cmb)
- XMLReader:
. Fixed bug #81521 (XMLReader::getParserProperty may throw with a valid property). (Nikita)
php-7.4.26
- Core:
. Fixed bug #81518 (Header injection via default_mimetype / default_charset). (cmb)
- Date:
. Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2). (cmb)
- MBString:
. Fixed bug #76167 (mbstring may use pointer from some previous request). (cmb, cataphract)
- MySQLi:
. Fixed bug #81494 (Stopped unbuffered query does not throw error). (Nikita)
- PCRE:
. Fixed bug #81424 (PCRE2 10.35 JIT performance regression). (cmb)
- Streams:
. Fixed bug #54340 (Memory corruption with user_filter). (Nikita)
- XML:
. Fixed bug #79971 (special character is breaking the path in xml function). (CVE-2021-21707) (cmb)
php-5.6.40-57, 7.0.33-57, 7.1.33-44, 7.2.34-28, 7.3.33
- XML:
. Fix #79971: special character is breaking the path in xml function. (CVE-2021-21707) (cmb)