Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118991 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 4078 invoked from network); 11 Nov 2022 13:50:36 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 11 Nov 2022 13:50:36 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 908B71804BA for ; Fri, 11 Nov 2022 05:50:35 -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.0 required=5.0 tests=BAYES_50, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,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-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) (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, 11 Nov 2022 05:50:35 -0800 (PST) Received: by mail-lj1-f175.google.com with SMTP id d3so4602357ljl.1 for ; Fri, 11 Nov 2022 05:50:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:subject:references:in-reply-to:message-id:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=wa0TYAFpZGAzgmIdppLqDiL9cAp9LvxsnPr9eKpGe9U=; b=Nvqm+tCpTD8fsu2kuvwSF7jkd9rkSWEEWrYJGDE8mzfijCkkEjj8tNPsssx+epnExQ JrhmDkfTWLTMxgInirkhzHzHNrQBxew/G8QeYY+W8C9b09dzFjW184E5U3KyGHzAFAFd oLyP50TOKvVGdNS8hhjGQ3BRs2WzHCXXUh1cwSnpOAzi46OyEi5Ly7zEP8ILpcTWQ1dz 28PluwvHulmIm+h6/nr142znhgWeT4TZ2ZbsSeoLOBKlytP03c8P4bxXVYppHibF2JDY kbs+BuIkl4gZHwVxUFcziO6sjdoba1OsoZ3GHsCEB2dp8fDcOFF6BAAGraG3B6R/4W2z p/bA== X-Gm-Message-State: ANoB5pkMkwo9MJ7mu7g37zWKS7wleqZrF2KURAQzkQXLjcXwQ2acKel3 yiCVjeeLRjd+lngs9Ng06hMuwwTuSVAS4ZgOHO/P1A== X-Google-Smtp-Source: AA0mqf7+llGjrWEKsM/2YXrarUo3Uw2t8qOOqbwjwDsDiEZ5AVJZDMypv7PZFxGVAIcDX9C/I0ZbyA== X-Received: by 2002:a2e:b705:0:b0:277:1c8f:7e8c with SMTP id j5-20020a2eb705000000b002771c8f7e8cmr708769ljo.296.1668174632874; Fri, 11 Nov 2022 05:50:32 -0800 (PST) Received: from [192.168.0.50] (109-161-111-236.pppoe.yaroslavl.ru. [109.161.111.236]) by smtp.gmail.com with ESMTPSA id i13-20020ac25d2d000000b004b0b2212315sm336859lfb.121.2022.11.11.05.50.32 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Nov 2022 05:50:32 -0800 (PST) Date: Fri, 11 Nov 2022 16:50:25 +0300 To: internals@lists.php.net Message-ID: <9a76aa5a-5c43-48e8-9dc6-67ab05957e11@Spark> In-Reply-To: <77bfe288-077b-46fd-9be3-0b67647f678d@Spark> References: <77bfe288-077b-46fd-9be3-0b67647f678d@Spark> X-Readdle-Message-ID: 9a76aa5a-5c43-48e8-9dc6-67ab05957e11@Spark MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="636e5327_7724c67e_272" Subject: PHP Releases Schedule Changes From: sergey@php.net (Sergey Panteleev) --636e5327_7724c67e_272 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi internals, In PHP 8.2.0, Bob Weinand found some critical bugs that are uncommon in a= rtificial code, but are very likely to happen in a real world use case. >I've been testing the release with an observer enabled extension in real= world scenarios against other codebases. >It turned out that if the observer was enabled preloading hard crashed. = (https://github.com/php/php-src/commit/37b3e377a40799d75f7acd76e35d5eee8a= d539ca) >It happened that sometimes the opcodes array pointer changes in pass=5Ft= wo() during the erealloc(). Happens rarely, but sometimes led to an unple= asant crash with my extension. (https://github.com/php/php-src/commit/972= 36f9d9b92f1825b76a2aceac3dfc37e262fdd) Also, some releases are scheduled just before festivity period. Therefore, we decided to introduce another release candidate for 8.2.0, R= C7 and to slightly change the schedule for subsequent releases. Thus, the new schedule will look like this: November 24: PHP 8.2.0RC7 December 8: PHP 8.2.0 (includes fixes from 7.4.35, 8.1.13, and 8.2.0) Dec 15: PHP 8.2.1RC1 (synchronized with 8.0/8.1) Jan 5: PHP 8.2.1 (in sync with 8.0/8.1) =E2=80=94 Regards, Pierrick Charron, Sergey Panteleev & Ben Ramsey --636e5327_7724c67e_272--