From 96460f0117ea37625ef0606787d0024a4db7efb3 Mon Sep 17 00:00:00 2001 From: Eric Mann Date: Thu, 26 Sep 2024 06:34:55 -0700 Subject: [PATCH] Announce PHP 8.3.12 Signed-off-by: Eric Mann --- ChangeLog-8.php | 61 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2024-09-26-1.xml | 21 +++++++++++ include/releases.inc | 36 +++++++++++++++++++ include/version.inc | 12 +++---- releases/8_3_12.php | 16 +++++++++ 6 files changed, 141 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2024-09-26-1.xml create mode 100644 releases/8_3_12.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index b91a3ec8d6..183022d89b 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,67 @@ ?> +
+

Version 8.3.12

+ +
  • CGI: +
      +
    • Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection Vulnerability). (CVE-2024-8926)
    • +
    • Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is bypassable due to the environment variable collision). (CVE-2024-8927)
    • +
  • +
  • Core: +
      +
    • Fixed bug (MSan false-positve on zend_max_execution_timer).
    • +
    • Fixed bug (Configure error grep illegal option q).
    • +
    • Fixed bug (Configure error: genif.sh: syntax error).
    • +
    • Fixed bug (--disable-ipv6 during compilation produces error EAI_SYSTEM not found).
    • +
    • Fixed bug (CRC32 API build error on arm 32-bit).
    • +
    • Fixed bug (Do not scan generator frames more than once).
    • +
    • Fixed uninitialized lineno in constant AST of internal enums.
    • +
  • +
  • Curl: +
      +
    • FIxed bug (curl_multi_select overflow on timeout argument).
    • +
  • +
  • DOM: +
      +
    • Fixed bug (Segmentation fault (access null pointer) in ext/dom/xml_common.h).
    • +
    • Fixed bug (Signed integer overflow in ext/dom/nodelist.c).
    • +
  • +
  • Fileinfo: +
      +
    • Fixed bug (Incorrect error message for finfo_file with an empty filename argument).
    • +
  • +
  • FPM: +
      +
    • Fixed bug GHSA-865w-9rf3-2wh5 (Logs from childrens may be altered). (CVE-2024-9026)
    • +
  • +
  • MySQLnd: +
      +
    • Fixed bug (Heap corruption when querying a vector).
    • +
  • +
  • Opcache: +
      +
    • Fixed bug (Access null pointer in Zend/Optimizer/zend_inference.c).
    • +
    • Fixed bug (Segmentation fault in Zend/zend_vm_execute.h).
    • +
  • +
  • SAPI: +
      +
    • Fixed bug GHSA-9pqp-7h25-4f32 (Erroneous parsing of multipart form data). (CVE-2024-8925)
    • +
  • +
  • Standard: +
      +
    • Fixed bug (Signed integer overflow in ext/standard/scanf.c).
    • +
  • +
  • Streams: +
      +
    • Fixed bug (php_stream_memory_get_buffer() not zero-terminated).
    • +
  • +
+
+ + +

Version 8.3.11

diff --git a/archive/archive.xml b/archive/archive.xml index 0da4f31e66..349816dd35 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/2024-09-26-1.xml b/archive/entries/2024-09-26-1.xml new file mode 100644 index 0000000000..c9a2b31b3a --- /dev/null +++ b/archive/entries/2024-09-26-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.12 Released! + https://www.php.net/archive/2024.php#2024-09-26-1 + 2024-09-26T13:31:15+00:00 + 2024-09-26T13:31:15+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.3.12. This is a security release.

+ +

All PHP 8.3 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.3.12 please visit our downloads page, +Windows source and binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+
+
diff --git a/include/releases.inc b/include/releases.inc index 77d01e7e0f..440f6b7aab 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.11' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_11.php', + ), + 'tags' => + array ( + ), + 'date' => '29 Aug 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.11.tar.gz', + 'name' => 'PHP 8.3.11 (tar.gz)', + 'sha256' => 'b93a69af83a1302543789408194bd1ae9829e116e784d578778200f20f1b72d4', + 'date' => '29 Aug 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.11.tar.bz2', + 'name' => 'PHP 8.3.11 (tar.bz2)', + 'sha256' => '6640e2455080a89adc41d4e57bb04f8c2bfb7eec627fe199af973bff34d7f0ee', + 'date' => '29 Aug 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.11.tar.xz', + 'name' => 'PHP 8.3.11 (tar.xz)', + 'sha256' => 'b862b098a08ab9bf4b36ed12c7d0d9f65353656b36fb0e3c5344093aceb35802', + 'date' => '29 Aug 2024', + ), + ), + 'museum' => false, + ), '8.3.10' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index a3b06bc497..8cd324d997 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.3 Release */ $data['8.3'] = [ - 'version' => '8.3.11', - 'date' => '29 Aug 2024', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.3.12', + 'date' => '26 Sep 2024', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'b93a69af83a1302543789408194bd1ae9829e116e784d578778200f20f1b72d4', - 'tar.bz2' => '6640e2455080a89adc41d4e57bb04f8c2bfb7eec627fe199af973bff34d7f0ee', - 'tar.xz' => 'b862b098a08ab9bf4b36ed12c7d0d9f65353656b36fb0e3c5344093aceb35802', + 'tar.gz' => '7090e551e05b26384546345d6a162c71b74550febf75bdfd16dfd1f0cfa8647c', + 'tar.bz2' => '807633496ccdb370a8905458db82bd67366e98a6d59728914b797b87e9caecbf', + 'tar.xz' => 'f774e28633e26fc8c5197f4dae58ec9e3ff87d1b4311cbc61ab05a7ad24bd131', ] ]; diff --git a/releases/8_3_12.php b/releases/8_3_12.php new file mode 100644 index 0000000000..b064e47c28 --- /dev/null +++ b/releases/8_3_12.php @@ -0,0 +1,16 @@ + +

PHP 8.3.12 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.3.12. This is a security release.

+ +

All PHP 8.3 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.3.12 please visit our downloads page, +Windows source and binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+