Debian 9911 Published by

Ondřej Surý has released PHP 5.6.40-54, 7.0.33-54, 7.1.33-41, 7.2.34-25, 7.3.31, 7.4.24, 8.0.11, and 8.1.0 RC 2 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 8.0.3 for Debian 10

PHP Packages
Issues Tracker

PHP 5.6.40-54, 7.0.33-54, 7.1.33-41, 7.2.34-25, and 7.3.31

- Zip:
. Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (cmb)

PHP 7.4.24

- Core:
. Fixed bug #81302 (Stream position after stream filter removed). (cmb)
. Fixed bug #81346 (Non-seekable streams don't update position after write). (cmb)
. Fixed bug #73122 (Integer Overflow when concatenating strings). (cmb)

-GD:
. Fixed bug #53580 (During resize gdImageCopyResampled cause colors change). (cmb)

- Opcache:
. Fixed bug #81353 (segfault with preloading and statically bound closure). (Nikita)

- Shmop:
. Fixed bug #81407 (shmop_open won't attach and causes php to crash). (cmb)

- Standard:
. Fixed bug #71542 (disk_total_space does not work with relative paths). (cmb)
. Fixed bug #81400 (Unterminated string in dns_get_record() results). (cmb)

- SysVMsg:
. Fixed bug #78819 (Heap Overflow in msg_send). (cmb)

- XML:
. Fixed bug #81351 (xml_parse may fail, but has no error code). (cmb, Nikita)

- Zip:
. Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706) (cmb)

PHP 8.0.11

- Core:
. Fixed bug #81302 (Stream position after stream filter removed). (cmb)
. Fixed bug #81346 (Non-seekable streams don't update position after write). (cmb)
. Fixed bug #73122 (Integer Overflow when concatenating strings). (cmb)

-GD:
. Fixed bug #53580 (During resize gdImageCopyResampled cause colors change). (cmb)

- Opcache:
. Fixed bug #81353 (segfault with preloading and statically bound closure). (Nikita)

- Shmop:
. Fixed bug #81407 (shmop_open won't attach and causes php to crash). (cmb)

- Standard:
. Fixed bug #71542 (disk_total_space does not work with relative paths). (cmb)
. Fixed bug #81400 (Unterminated string in dns_get_record() results). (cmb)

- SysVMsg:
. Fixed bug #78819 (Heap Overflow in msg_send). (cmb)

- XML:
. Fixed bug #81351 (xml_parse may fail, but has no error code). (cmb, Nikita)

- Zip:
. Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). (Remi)
. Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (cmb)

PHP 8.1.0 RC2

- DOM:
. Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID). (Viktor Volkov)

- Shmop:
. Fixed bug #81407 (shmop_open won't attach and causes php to crash). (cmb)

- Opcache:
. Fixed bug #81409 (Incorrect JIT code for ADD with a reference to array). (Dmitry)

- PCRE:
. Fixed bug #81424 (PCRE2 10.35 JIT performance regression). (cmb)

- Zip:
. Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). (Remi)