Debian 9909 Published by

Ondřej Surý has released PHP 7.4.27, 8.0.14, and 8.1.1 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.1.1 for Debian 10

PHP Packages
Issues Tracker

PHP 8.1.1

- IMAP:
. Fixed bug #81649 (imap_(un)delete accept sequences, not single numbers). (cmb)

- PCRE:
. Update bundled PCRE2 to 10.39. (cmb)
. Fixed bug #74604 (Out of bounds in php_pcre_replace_impl). (cmb, Dmitry)

- Standard:
. Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate). (cmb)

PHP 8.0.14

- Core:
. Fixed bug #81582 (Stringable not implicitly declared if __toString() came from a trait). (Nikita)
. Fixed bug #81591 (Fatal Error not properly logged in particular cases). (Nikita)
. Fixed bug #81626 (Error on use static:: in __сallStatic() wrapped to Closure::fromCallable()). (Nikita)
. Fixed bug #81631 (::class with dynamic class name may yield wrong line number). (Nikita)

- FPM:
. Fixed bug #81513 (Future possibility for heap overflow in FPM zlog). (Jakub Zelenka)

- GD:
. Fixed bug #71316 (libpng warning from imagecreatefromstring). (cmb)

- IMAP:
. Fixed bug #81649 (imap_(un)delete accept sequences, not single numbers). (cmb)

- OpenSSL:
. Fixed bug #75725 (./configure: detecting RAND_egd). (Dilyan Palauzov)

- PCRE:
. Fixed bug #74604 (Out of bounds in php_pcre_replace_impl). (cmb, Dmitry)

- SPL:
. Fixed bug #81587 (MultipleIterator Segmentation fault w/ SimpleXMLElement attached). (Nikita)

- Standard:
. Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type). (fsbruva)
. Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate). (cmb)

PHP 7.4.27

- Core:
. Fixed bug #81626 (Error on use static:: in __сallStatic() wrapped to Closure::fromCallable()). (Nikita)

- FPM:
. Fixed bug #81513 (Future possibility for heap overflow in FPM zlog). (Jakub Zelenka)

- GD:
. Fixed bug #71316 (libpng warning from imagecreatefromstring). (cmb)

- OpenSSL:
. Fixed bug #75725 (./configure: detecting RAND_egd). (Dilyan Palauzov)

- PCRE:
. Fixed bug #74604 (Out of bounds in php_pcre_replace_impl). (cmb, Dmitry)

- Standard:
. Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type). (fsbruva)
. Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate). (cmb)