Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130254 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id 674C11A00BC for ; Wed, 4 Mar 2026 22:46:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1772664401; bh=ZpmQzX8/U53fmARDrLxtvDjGbMQ8uoagnPcY4+HJmPY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mNjsb+pWOD496++4BY5SzScLOCiPCFqOWNtkjC7orUf1oS7ursV7c7fTqSOadqU1y KqBAvXCY/upjkiyDelyJHtepDTaVfn9n93WcJ6CcWiUrIELT9wimDrhNvu+xC00sNf U5mEfGDx9fYWDB6HBY4EOh2Vw7ewrCSEldCF9lIlSegkb+SxnR/f5iIsOa4/lZi/q9 fUs/eULH0EJXQDLd9ocki9Od3YN69VT9A7QLtNt1y5UEC1kvWw5fOGPSEIt273f/7v C/0OJIJp8onEIndk9Rfr1cPwLVMIyaB8U+8Y14GQiRUbmqzbbTssj/TcBrSM3SYCo1 ZoMXXdnyVwFhg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6FC6C180042 for ; Wed, 4 Mar 2026 22:46:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (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 ; Wed, 4 Mar 2026 22:46:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1772664389; bh=OmO+e2C7lyrAfwb11sbHqudZJzpKSn++JToT4J8+ny0=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=G4TiaDY3XKpn0hd23/pTu7rc66c+Dz1KS1LGCmiHXVmRVLzIeTyhAYWEoMxtDRYt8 w6Wr2FoJuYll8vAihn9qvubGXc60eVPNKvNWGILz6le9l73i+ONgvvmQZ+gwPN6jS3 pwBHHdVe1sNnZBrrmHpy/TM1YiPnfD2ofED1tJhVXUagSJT4cpw/6rqcvuB3iIIzMy krYicr7XXlQCNuRHYWbid2Cr3bNCDzM4PZZLojQccAFphpSvHJ3q+2qUjDpAjA2UFF xRV0OVcAux7Gdvsc4Ac7jf1eYlRTKyVGVfHsrBpuKsCIYIAlHwHmNqItLuJfmYJYTz ug7Y89euy73Cw== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Wed, 04 Mar 2026 23:46:29 +0100 To: Jakub Zelenka Cc: PHP internals list Subject: Re: [PHP-DEV] [RFC] TLS Session Resumption Support for Streams In-Reply-To: References: <2d741c45-9c92-4404-a0d5-02bf26a557b1@bastelstu.be> Message-ID: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi Am 2026-03-04 23:11, schrieb Jakub Zelenka: > So I thought about this and it's really matter of taste that should not > impact the primary vote. I think it makes sense to add a secondary > votes > for those namings to see what others prefer. I just did the RFC update > and > implementation. I introduced OpenSSLException for now but if the > secondary > vote results in namespace, I will change it before merging. In addition > I > also fixed the serialize and export / import to default to PEM which is > better for PHP and more consistent with other functions. Thank you. I'm okay with making this a secondary vote. You forgot to add the “Abstain” option to the secondary votes, I just did that for you. But you'll need to define the “tie breaker”. I assume you prefer to break the tie in favor of the non-namespaced names, since this is what the RFC uses? Either way, please note it down (it doesn't need an explanation, “Ties are broken in favor of X” is sufficient). Best regards Tim Düsterhus