Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121728 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 12487 invoked from network); 20 Nov 2023 14:10:26 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 20 Nov 2023 14:10:26 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C4F3718004F for ; Mon, 20 Nov 2023 06:10:28 -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-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) (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 06:10:28 -0800 (PST) Received: by mail-ed1-f54.google.com with SMTP id 4fb4d7f45d1cf-548696eac92so3070652a12.3 for ; Mon, 20 Nov 2023 06:10:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700489424; x=1701094224; 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=Ug8ia47XqDQmgzzuX9C2x7kcvwnP0VsBJytitWHQ6tA=; b=jciefBrH5vExBXHqCzmw2bMzVshXEt2+K1BtIrqJWLNDAJK+VReAGDjTeElcrkVTUa l67iWSrNov1/4yNe+TeayRKQpW1oL7dbBHbiw6pQcojYVxeCPYRP9ir8prUA0PHgH3Mq P60GjVtQuHovOizWeXQGsJfB5uz4iptoa/xRXRL0dkjXVnh3OrbeggQBwpEejeIKIpiv RCwmL5Z80lM+Y69UhvpOuL+Y/ddVrUainebEyccJCgwuqUc3CjtYxpTpiNoTn8jGxtNF NcBCklWmOD3Tir9yRvWMCdlmonydk8OsSuQdvlbMm0yYfGdbB0+ev2W4l3uR+dDLeDfW TU3w== X-Gm-Message-State: AOJu0YxldfGmvtflNgm9WYBDlCqfW2LnK1F3wKP6aS1d1oL7lOGkD8Ph LGHi9fmvy49wFutSWkb2UQUEIL15Q45DWzW82No= X-Google-Smtp-Source: AGHT+IFCH/e0gG/Epya+7raoId8O2pPGR9FF228NbFmsoqaMqzTUQz7ppAP3SKIlbQP6egkV8DOoMPwiGBEHqv6HVgQ= X-Received: by 2002:aa7:d8c2:0:b0:543:512c:49b8 with SMTP id k2-20020aa7d8c2000000b00543512c49b8mr7127281eds.1.1700489424001; Mon, 20 Nov 2023 06:10:24 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 20 Nov 2023 14:10:13 +0000 Message-ID: To: "G. P. B." Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000000fddb3060a960cdd" Subject: Re: [PHP-DEV] Request PHP 8.3 GA release push back From: bukka@php.net (Jakub Zelenka) --0000000000000fddb3060a960cdd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, Nov 20, 2023 at 1:55=E2=80=AFPM Jakub Zelenka wrote= : > 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. > > Revert PR created: https://github.com/php/php-src/pull/12735 --0000000000000fddb3060a960cdd--