[PHP-WEBMASTER] [web-php] master: Announce PHP 8.1.14
Author: Ben Ramsey (ramsey) Date: 2023-01-05T11:52:39-06:00 Commit: https://github.com/php/web-php/commit/678f3a672a4db6e3ee4719cfd4370bfc27a7a79f Raw diff: https://github.com/php/web-php/commit/678f3a672a4db6e3ee4719cfd4370bfc27a7a79f.diff Announce PHP 8.1.14 Changed paths: A archive/entries/2023-01-05-1.xml A releases/8_1_14.php M ChangeLog-8.php M archive/archive.xml M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index b4c8a1dd9..408606033 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -340,6 +340,72 @@ + +Version 8.1.14 + +Core: + + Fixed bug (constant() behaves inconsistent when class is undefined). + Fixed bug (License information for xxHash is not included in README.REDIST.BINS file). + Fixed bug (Can't initialize heap: [0x01e7]). + Fixed potentially undefined behavior in Windows ftok(3) emulation. + +Date: + + Fixed bug (DateTimeImmutable::diff differences in 8.1.10 onwards - timezone related). + Fixed bug (DateTime::createFromFormat: Parsing TZID string is too greedy). + Fixed bug (Time zone bug with \DateTimeInterface::diff()). + Fixed bug (DateTime diff returns wrong sign on day count when using a timezone). + +FPM: + + Fixed bug (Solaris port event mechanism is still broken after bug #66694). + (Setting fastcgi.error_header can result in a WARNING). + Fixed bug (Random crash of FPM master process in fpm_stdio_child_said). + +MBString: + + Fixed bug (The behavior of mb_strcut in mbstring has been changed in PHP8.1). + +Opcache: + + Fixed bug (Segmentation Fault during OPCache Preload). + +OpenSSL: + + Fixed bug (PHP fails to build if openssl was built with --no-ec). + Fixed bug (OpenSSL test failures when OpenSSL compiled with no-dsa). + +Pcntl: + + Fixed bug (Signal handler called after rshutdown leads to crash). + +PDO_Firebird: + + Fixed bug (Incorrect NUMERIC value returned from PDO_Firebird). + +PDO/SQLite: + + (PDO::quote() may return unquoted string). (CVE-2022-31631) + +Session: + + Fixed (session name silently fails with . and [). + +SPL: + + Fixed (SplFileObject::__toString() reads next line). + Fixed (Trampoline autoloader will get reregistered and cannot be unregistered). + +SQLite3: + + (open_basedir bypass in SQLite3 by using file URI). + + + + + + Version 8.1.13 diff --git a/archive/archive.xml b/archive/archive.xml index 521688153..3c7e4 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ http://php.net/contact php-webmaster@lists.php.net + diff --git a/archive/entries/2023-01-05-1.xml b/archive/entries/2023-01-05-1.xml new file mode 100644 index 0..5484f89a6 --- /dev/null +++ b/archive/entries/2023-01-05-1.xml @@ -0,0 +1,21 @@ + +http://www.w3.org/2005/Atom";> + PHP 8.1.14 Released! + https://www.php.net/archive/2023.php#2023-01-05-1 + 2023-01-05T17:47:14+00:00 + 2023-01-05T17:47:14+00:00 + https://www.php.net/index.php#2023-01-05-1"; rel="alternate" type="text/html"/> + https://www.php.net/archive/2023.php#2023-01-05-1"; rel="via" type="text/html"/> + + + +http://www.w3.org/1999/xhtml";>The PHP development team announces the immediate availability of PHP 8.1.14. This is a security release. + +All PHP 8.1 users are encouraged to upgrade to this version. + +For source downloads of PHP 8.1.14 please visit our https://www.php.net/downloads.php";>downloads page, +Windows source and binaries can be found on https://windows.php.net/download/";>windows.php.net/download/. +The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.14";>ChangeLog. + + + diff --git a/include/releases.inc b/include/releases.inc index baab3053a..2d0be8788 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( +'8.1.13' => +array ( + 'announcement' => + array ( +'English' => '/releases/8_1_13.php', + ), + 'tags' => + array ( + ), + 'date' => '24 Nov 2022', + 'source' => + array ( +0 => +array ( + 'filename' => 'php-8.1.13.tar.gz', + 'name' => 'PHP 8.1.13 (tar.gz)', + 'sha256' => 'eed1981ced807cb139a9d463ae54bbeda2a57a9a28ad513badf5b99b0073', + 'date' => '24 Nov 2022', +), +1 => +array ( + 'filename' => 'php-8.1.13.tar.bz2', + 'name' => 'PHP 8.1.13 (tar.bz2)', + 'sha256' => '93fcfdfaaa3d094a0fdb18ce08d20f20d526ee3f07a146a8a8ec82ce00b237ca', + 'date' => '24 Nov 2022', +), +2 => +array ( + 'filename' => 'php-8.1.13.tar.xz', + 'name' => 'PHP 8.1.13 (tar.xz)', + 'sha256' => 'b15ef0ccdd6760825604b3c4e3e73558dcf87c75ef1d68ef4289d8fd261ac856', + 'date' => '24 Nov 2022', +), + ), + 'museum' => false, +), '8.0.25' =>
[PHP-WEBMASTER] [web-php] master: Announce PHP 8.2.1
Author: Pierrick Charron (adoy) Date: 2023-01-05T13:43:21-05:00 Commit: https://github.com/php/web-php/commit/68a3f8e01efa25921520110f23e1c13ec57d243a Raw diff: https://github.com/php/web-php/commit/68a3f8e01efa25921520110f23e1c13ec57d243a.diff Announce PHP 8.2.1 Changed paths: A archive/entries/2023-01-05-2.xml A releases/8_2_1.php M ChangeLog-8.php M archive/archive.xml M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 408606033..3c8301778 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,81 @@ ?> + +Version 8.2.1 + +Core: + + Fixed bug (constant() behaves inconsistent when class is undefined). + Fixed bug (License information for xxHash is not included in README.REDIST.BINS file). + Fixed bug (OpenSSL legacy providers not available on Windows). + Fixed bug (Can't initialize heap: [0x01e7]). + Fixed potentially undefined behavior in Windows ftok(3) emulation. + Fixed (Misleading error message for unpacking of objects). + +Apache: + + Fixed bug (Partial content on incomplete POST request). + +FPM: + + Fixed bug (Solaris port event mechanism is still broken after bug #66694). + (Setting fastcgi.error_header can result in a WARNING). + (FPM numeric user fails to set groups). + Fixed bug (Random crash of FPM master process in fpm_stdio_child_said). + +Imap: + + Fixed bug (IMAP: there's no way to check if a IMAP\Connection is still open). + +MBString: + + Fixed bug (The behavior of mb_strcut in mbstring has been changed in PHP8.1). + +Opcache: + + Fixed bug (Segmentation Fault during OPCache Preload). + +OpenSSL: + + Fixed bug (OpenSSL engine clean up segfault). + Fixed bug (PHP fails to build if openssl was built with --no-ec). + Fixed bug (OpenSSL test failures when OpenSSL compiled with no-dsa). + +Pcntl: + + Fixed bug (Signal handler called after rshutdown leads to crash). + +PDO_Firebird: + + Fixed bug (Incorrect NUMERIC value returned from PDO_Firebird). + +PDO/SQLite: + + (PDO::quote() may return unquoted string). (CVE-2022-31631) + +Session: + + Fixed (session name silently fails with . and [). + +SPL: + + Fixed (SplFileObject::__toString() reads next line). + Fixed (Trampoline autoloader will get reregistered and cannot be unregistered). + +SQLite3: + + (open_basedir bypass in SQLite3 by using file URI). + +TSRM: + + Fixed Windows shmget() wrt. IPC_PRIVATE. + + + + + + Version 8.2.0 diff --git a/archive/archive.xml b/archive/archive.xml index 3c7e4..5ae842b4d 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ http://php.net/contact php-webmaster@lists.php.net + diff --git a/archive/entries/2023-01-05-2.xml b/archive/entries/2023-01-05-2.xml new file mode 100644 index 0..aa7c66ae4 --- /dev/null +++ b/archive/entries/2023-01-05-2.xml @@ -0,0 +1,21 @@ + +http://www.w3.org/2005/Atom";> + PHP 8.2.1 Released! + https://www.php.net/archive/2023.php#2023-01-05-2 + 2023-01-05T18:34:21+00:00 + 2023-01-05T18:34:21+00:00 + https://www.php.net/index.php#2023-01-05-2"; rel="alternate" type="text/html"/> + https://www.php.net/archive/2023.php#2023-01-05-2"; rel="via" type="text/html"/> + + + +http://www.w3.org/1999/xhtml";>The PHP development team announces the immediate availability of PHP 8.2.1. This is a security release. + +All PHP 8.2 users are encouraged to upgrade to this version. + +For source downloads of PHP 8.2.1 please visit our https://www.php.net/downloads.php";>downloads page, +Windows source and binaries can be found on https://windows.php.net/download/";>windows.php.net/download/. +The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.2.1";>ChangeLog. + + + diff --git a/include/releases.inc b/include/releases.inc index 2d0be8788..11d2c2f38 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( +'8.2.0' => +array ( + 'announcement' => + array ( +'English' => '/releases/8_2_0.php', + ), + 'tags' => + array ( + ), + 'date' => '08 Dec 2022', + 'source' => + array ( +0 => +array ( + 'filename' => 'php-8.2.0.tar.gz', + 'name' => 'PHP 8.2.0 (tar.gz)', + 'sha256' => '435c4c2439db648cdf34236f7cd459f93f943fb788b66723a033610d4a059fc6', + 'date' => '08 Dec 2022', +), +1 => +array ( + 'filename' => 'php-8.2.0.tar.bz2', + 'name' => 'PHP 8.2.0 (tar.bz2)', + 'sha256' => '1bf4fca663f93d9e0b4909bd6eae0583a1ce383e7f05df126f28f272fa1fd51a', + 'date' => '08 Dec 2022', +), +2 => +array ( + 'filename' => 'php-8.2.0.tar.xz', + 'name' => 'PHP 8.2.0 (tar.xz)', + 'sha256' => '6ea4c2dfb532950fd712aa2a08c1412a6a81cd1334dd0b0bf88a8e44c2b3a943', +
[PHP-WEBMASTER] [web-php] master: Announce PHP 8.0.27
Author: Gabriel Caruso (carusogabriel) Date: 2023-01-05T16:02:18-03:00 Commit: https://github.com/php/web-php/commit/8544770e337718252139c03bc95cdca86c4b409a Raw diff: https://github.com/php/web-php/commit/8544770e337718252139c03bc95cdca86c4b409a.diff Announce PHP 8.0.27 Changed paths: A archive/entries/2023-01-05-3.xml A releases/8_0_27.php M ChangeLog-8.php M archive/archive.xml M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 3c8301778..822e36046 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -1462,6 +1462,18 @@ + +Version 8.0.27 + +PDO/SQLite: + + (PDO::quote() may return unquoted string). (CVE-2022-31631) + + + + + + Version 8.0.26 diff --git a/archive/archive.xml b/archive/archive.xml index 5ae842b4d..a097d7726 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ http://php.net/contact php-webmaster@lists.php.net + diff --git a/archive/entries/2023-01-05-3.xml b/archive/entries/2023-01-05-3.xml new file mode 100644 index 0..28b30d4cb --- /dev/null +++ b/archive/entries/2023-01-05-3.xml @@ -0,0 +1,21 @@ + +http://www.w3.org/2005/Atom";> + PHP 8.0.27 Released! + https://www.php.net/archive/2023.php#2023-01-05-3 + 2023-01-05T19:00:22+00:00 + 2023-01-05T19:00:22+00:00 + https://www.php.net/index.php#2023-01-05-3"; rel="alternate" type="text/html"/> + https://www.php.net/archive/2023.php#2023-01-05-3"; rel="via" type="text/html"/> + + + +http://www.w3.org/1999/xhtml";>The PHP development team announces the immediate availability of PHP 8.0.27. This is a security release. + +All PHP 8.0 users are encouraged to upgrade to this version. + +For source downloads of PHP 8.0.27 please visit our https://www.php.net/downloads.php";>downloads page, +Windows source and binaries can be found on https://windows.php.net/download/";>windows.php.net/download/. +The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.0.27";>ChangeLog. + + + diff --git a/include/releases.inc b/include/releases.inc index 11d2c2f38..e86c7ed55 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( +'8.0.26' => +array ( + 'announcement' => + array ( +'English' => '/releases/8_0_26.php', + ), + 'tags' => + array ( + ), + 'date' => '24 Nov 2022', + 'source' => + array ( +0 => +array ( + 'filename' => 'php-8.0.26.tar.gz', + 'name' => 'PHP 8.0.26 (tar.gz)', + 'sha256' => '3c83a7355a640b2ba436b8202e8597df8f9daadee1ec9241729ece8e578d21cd', + 'date' => '24 Nov 2022', +), +1 => +array ( + 'filename' => 'php-8.0.26.tar.bz2', + 'name' => 'PHP 8.0.26 (tar.bz2)', + 'sha256' => '6df87af96f275a75889ece6e3fe4a13abd93a767a9992863bdc0e90f1e887ee7', + 'date' => '24 Nov 2022', +), +2 => +array ( + 'filename' => 'php-8.0.26.tar.xz', + 'name' => 'PHP 8.0.26 (tar.xz)', + 'sha256' => '0765bfbe640dba37ccc36d2bc7c7b7ba3d2c3381c9cd4305f66eca83e82a40b3', + 'date' => '24 Nov 2022', +), + ), + 'museum' => false, +), '8.2.0' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index fd877602d..688327887 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function () { /* PHP 8.0 Release */ $data['8.0'] = [ -'version' => '8.0.26', -'date' => '24 Nov 2022', -'tags' => [], // Set to ['security'] for security releases. +'version' => '8.0.27', +'date' => '05 Jan 2022', +'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ -'tar.gz' => '3c83a7355a640b2ba436b8202e8597df8f9daadee1ec9241729ece8e578d21cd', -'tar.bz2' => '6df87af96f275a75889ece6e3fe4a13abd93a767a9992863bdc0e90f1e887ee7', -'tar.xz' => '0765bfbe640dba37ccc36d2bc7c7b7ba3d2c3381c9cd4305f66eca83e82a40b3', +'tar.gz' => 'fe2376faaf91c28ead89a36e118c177f4a8c9a7280a189b97265da1af1f4d305', +'tar.bz2' => '5fd882b14377c158c1b55cc6ace91fb8c19b77c596d5831ad124fbbbc902dbc8', +'tar.xz' => 'f942cbfe2f7bacbb8039fb79bbec41c76ea779ac5c8157f21e1e0c1b28a5fc3a', ] ]; diff --git a/releases/8_0_27.php b/releases/8_0_27.php new file mode 100644 index 0..2c14ca3fc --- /dev/null +++ b/releases/8_0_27.php @@ -0,0 +1,16 @@ + +PHP 8.0.27 Release Announcement + +The PHP development team announces the immediate availability of PHP 8.0.27. This is a security release. + +All PHP 8.0 users are encouraged to upgrade to this version. + +For source downloads of PHP 8.0.27 please visit our https://www.php.net/downloads.php";>downloads page,
[PHP-WEBMASTER] [web-php] PR #745: Add 2023 archive
Pull Request: https://github.com/php/web-php/pull/745 Author: saundefined -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-WEBMASTER] [web-php] PR #746: Create THENEWSTANDARD
Pull Request: https://github.com/php/web-php/pull/746 Author: Maxxisthename -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php