Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121647 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 52272 invoked from network); 10 Nov 2023 19:58:00 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 10 Nov 2023 19:58:00 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8E4F8180087 for ; Fri, 10 Nov 2023 11:57:59 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-yw1-f182.google.com (mail-yw1-f182.google.com [209.85.128.182]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 10 Nov 2023 11:57:58 -0800 (PST) Received: by mail-yw1-f182.google.com with SMTP id 00721157ae682-5a8ee23f043so28148277b3.3 for ; Fri, 10 Nov 2023 11:57:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699646277; x=1700251077; h=to:date:message-id:subject:mime-version:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=22B6s6c6ATdRDMjcEM+JvlKL2dtEjYEiRhK7XB4IpCI=; b=Q/6kIz2rMox0SAVBS1Sj1XzuntMZnOmcDPxfczBdjgz+mpHbEuFh6rp9e+dLLZ+Rnn tyln+05DBhVzNKG/IyqjkRjyne7KmQOCnXdg6KwulMvkYOIndQjOOvFpyZL7QcyY3iBY 1BsDhf1y3ZKTlwAjWxc+dRoDSumQdQnFaU+nJkVG1lCZB/J9UPUSBB4CJvakNY/4qQZB WK6pK6DRZZvF3Mo1IHplLwF9ES88BXQ25FdGtd8B8lDS7kWYYB9pzYgsq/HxK4rJn4XM yHYYKj6UKbH9fATlLlcf35yNI8NjHBRgzH1Dco0JE8Ro8MrEA1PA/Qz1Ox/lU1EDNoJK YjVg== X-Gm-Message-State: AOJu0Yy3BzFxhpTbRZ0U/UwyH017a0YNEDfIg9Ue5gF2hiUmJXngEuJg r/wJ3feYAb6Y6++Aja+37FYyFHMr+NkVWQQTjEM= X-Google-Smtp-Source: AGHT+IEbI/e4ImaLrJCf9Pv0lhanvQKDf3U5xhyCOVPvz7IVTIIldf+a/ZblIN4e5ZXkeu8lbs4pLQ== X-Received: by 2002:a0d:d601:0:b0:5a7:d8f0:a30a with SMTP id y1-20020a0dd601000000b005a7d8f0a30amr258086ywd.28.1699646277417; Fri, 10 Nov 2023 11:57:57 -0800 (PST) Received: from smtpclient.apple (ec2-34-196-181-12.compute-1.amazonaws.com. [34.196.181.12]) by smtp.gmail.com with ESMTPSA id c2-20020a056214004200b0065b12c7a48dsm72004qvr.133.2023.11.10.11.57.55 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Nov 2023 11:57:56 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_FA584CCB-ECEC-4D72-86DF-17AFFE7D59F2"; protocol="application/pgp-signature"; micalg=pgp-sha256 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Message-ID: Date: Fri, 10 Nov 2023 13:57:23 -0600 To: PHP Internals Mailing List X-Mailer: Apple Mail (2.3731.700.6) Subject: PHP-8.1 closed for bug fixes, security fixes only From: ramsey@php.net (Ben Ramsey) --Apple-Mail=_FA584CCB-ECEC-4D72-86DF-17AFFE7D59F2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi, all! According to the supported versions page[^1] (and our release process = documentation), active support for PHP-8.1 ends on 25 Nov 2023. Since = our release cycle has a release falling on 23 Nov, this means PHP 8.1.26 = is the last bug-fix release for the 8.1 series. Following PHP 8.1.26, = PHP 8.1 will be in security maintenance mode. I know there was some confusion around this, and I apologize that we = didn=E2=80=99t make this clear earlier (though the dates have been = posted for a while ;-) ). PHP 8.1.26RC1 was technically the last chance to get in bug fixes and = have them tested prior to the release on 23 Nov. Unfortunately, we=E2=80=99ve had a few bug fixes merged into the PHP-8.1 = branch since yesterday, and I=E2=80=99ll work with Patrick and others on = figuring out what to do with these. Cheers, Ben [^1]: https://www.php.net/supported-versions.php --Apple-Mail=_FA584CCB-ECEC-4D72-86DF-17AFFE7D59F2 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEObZBND2MEEsrFG3D+cOdwLlphUQFAmVOiyMACgkQ+cOdwLlp hUReuBAAq+fXGz9jqBguUBKthQlRRZbpK+Hp6ZCfwdX5waHAZiTz0nINODrrsFTp hiO6cMCaSYQX8vSsgK/tLQQtF+7KkIP7xEDuCooIG69OF2BmoD3609bhXaZ9zLKe ++gTxSO1xRFw1q8Lrb9hiQ44c16eMwQ/hM4cNUVbc9rF9yo00D/4D+n9DN8xLX9d bVb6U693KBpwBs04s+7UEVhbNq3aI11nfOvbkO+jr1Kcr+tP75EKz/HdRnYXY1eR iwZA5SfzaA0jzLuIMuJhfpAfmKlt5DChL1BJ5bf24vkG0QD8w26FRtcMDCNU5ZOh B4FRO7nWJAw8tAJ7wuiI6XFyGAO6PoBvQUQGTcYx2u8xX/gC3nvJgqKWtndax5oh J4/eSpURVQx4sCtNksIba2C6fly59AV9HsOsnuZod9jdbtd1yFgG5HvAFAbdZab6 jZYz9C+X2Cngtqvc6v07053VckylGXjrLVd3gl6ruZ0otKTSXRNnWEwcOEzY2yqv KGfq3IBNQmrAO4yl8DEmnVf+0DKOMi2wjEOo2mRKfYTBb1OxaRqyE7rDRtsSD/4S PoIorQch+deZfK/Fo1Hz1ipBCsVYGkiTeFnAPCw95/eMOIGNOaohOmTolQsigTO2 B+j55R8wfQ8Km6eM7ALXJgkcUNNbYWThuzZ4kE+pZ35aW278NYc= =QsEd -----END PGP SIGNATURE----- --Apple-Mail=_FA584CCB-ECEC-4D72-86DF-17AFFE7D59F2--