Debian 9918 Published by

Ondřej Surý is currently preparing new PHP 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-7.4.29

- Core:
. No source changes to this release. Version number added for reproduction of Windows builds.

- Date:
. Updated to latest IANA timezone database (2022a). (Derick)

php-8.0.18

- Core:
. Fixed freeing of internal attribute arguments. (Bob)
. Fixed bug GH-8070 (memory leak of internal function attribute hash). (Tim Düsterhus)
. Fixed bug GH-8160 (ZTS support on Alpine is broken). (Michael Voříšek)

- Filter:
. Fixed signedness confusion in php_filter_validate_domain(). (cmb)

- Intl:
. Fixed bug GH-8142 (Compilation error on cygwin). (David Carlier)

- MBString:
. Fixed bug GH-8208 (mb_encode_mimeheader: $indent functionality broken). (cmb)

- MySQLi:
. Fixed bug GH-8068 (mysqli_fetch_object creates inaccessible properties). (cmb)

- Pcntl:
. Fixed bug GH-8142 (Compilation error on cygwin). (David Carlier)

- PgSQL:
. Fixed result_type related stack corruption on LLP64 architectures. (cmb)
. Fixed bug GH-8253 (pg_insert() fails for references). (cmb)

- Sockets:
. Fixed Solaris builds. (David Carlier)

- SPL:
. Fixed bug GH-8121 (SplFileObject - seek and key with csv file inconsistent). (cmb)

- Standard:
. Fixed bug GH-8048 (Force macOS to use statfs). (risner)

php-8.1.5

- Core:
. Fixed Haiku ZTS build. (David Carlier)
. Fixed bug GH-8059 arginfo not regenerated for extension. (Remi)
. Fixed bug GH-8083 Segfault when dumping uncalled fake closure with static variables. (ilutov)
. Fixed bug GH-7958 (Nested CallbackFilterIterator is leaking memory). (cmb)
. Fixed bug GH-8074 (Wrong type inference of range() result). (cmb)
. Fixed bug GH-8140 (Wrong first class callable by name optimization). (cmb)
. Fixed bug GH-8082 (op_arrays with temporary run_time_cache leak memory when observed). (Bob)

- GD:
. Fixed libpng warning when loading interlaced images. (Brett)

- FPM:
. Fixed bug #76109 (Unsafe access to fpm scoreboard). (Till Backhaus, Jakub Zelenka)

- Iconv:
. Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)
. Fixed bug GH-7980 (Unexpected result for iconv_mime_decode). (cmb)

- MBString:
. Fixed bug GH-8128 (mb_check_encoding wrong result for 7bit). (alexdowad)

- MySQLnd:
. Fixed bug GH-8058 (NULL pointer dereference in mysqlnd package). (Kamil Tekiela)

- Reflection:
. Fixed bug GH-8080 (ReflectionClass::getConstants() depends on def. order). (cmb)

- Zlib:
. Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)