Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121727 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 10322 invoked from network); 20 Nov 2023 13:56:12 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 20 Nov 2023 13:56:12 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 316FC18002F for ; Mon, 20 Nov 2023 05:56:14 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,DMARC_MISSING, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from mail-ed1-f53.google.com (mail-ed1-f53.google.com [209.85.208.53]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 20 Nov 2023 05:56:13 -0800 (PST) Received: by mail-ed1-f53.google.com with SMTP id 4fb4d7f45d1cf-548cf35219aso988453a12.1 for ; Mon, 20 Nov 2023 05:56:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700488570; x=1701093370; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=kwQFZ9zCUp8+i8H4MNIdOEt4rr6Zk3buhZXWmNl5yxM=; b=rsOCnLt6F4aeS+D/gjKG+LAdGVyogiEZw+1zBB/Wm0Y2OaKjgnXHRBQ4sIJCHhfiY9 K8L32R0/y2JPMBus1TFzT6/Esfd4TTokaWZbLLqnOYwqNQFMybewcHshOJN7oDr2Inwu 1SebYOIMZGNkhaPYn7mrajqKajmdzCBmbutyUIpoIff69IEgpjxkHWpphs5uLCXDjky0 Jwi442bmuvFyvia1I52E0PiTbJkmY510tQSGWWR/CQ9JUHYdA6KAmJQ8EMD0u2MlBC1P iOLcvEr3baMT2LjnweRWaCgDNurLB+J+I3vBKBDdYSt8dizLZMSOOaflvDXuz0ecMtpt RfDA== X-Gm-Message-State: AOJu0Yxj6FKswzNKZXUD96ISoDRzXovgF+4t+U8sRKiWuomaVzDKcMk1 QkzpItfZw41liotyrP9UOZpDI/FB/EdwPRtK/W9mUf8SAJw= X-Google-Smtp-Source: AGHT+IHwwwahkWSxXuHZ6hCRaQQ0/XlWFYsN1sgAGyvvY+BjrfphF0Psgre0oG7Cc+N5WNZeacTRdLSUOR4fC/ojO+k= X-Received: by 2002:aa7:c6c5:0:b0:547:cbc:e07d with SMTP id b5-20020aa7c6c5000000b005470cbce07dmr5950661eds.1.1700488569470; Mon, 20 Nov 2023 05:56:09 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 20 Nov 2023 13:55:58 +0000 Message-ID: To: "G. P. B." Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000020c47d060a95d9d7" Subject: Re: [PHP-DEV] Request PHP 8.3 GA release push back From: bukka@php.net (Jakub Zelenka) --00000000000020c47d060a95d9d7 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi On Mon, Nov 20, 2023 at 1:16=E2=80=AFPM G. P. B. = wrote: > > - An ext/posix bug [1], which has a fix [2] > I just merged this as it was also confirmed by OP that it fixes the issue so this should be now sorted hopefully. > - Two ext/pgsql bugs around the new pipeline support: > - A constant not being exposed [3] > - The overall implementation having issues [4] > > So I just had a look and I think we should revert the whole pipeline addition. Those fixes are introducing new functions [1] / constants and that should just not be happening in RC stage. The whole thing seems incomplete to me so I think I'm going revert it from 8.3. It might still need a bit of discussion so I will discuss with other RM's if we want to create one more RC. [1] https://github.com/php/php-src/commit/63898008c0153b4b89d166b647694d5ec45d7= 797 Cheers Jakub --00000000000020c47d060a95d9d7--