Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126073 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 qa.php.net (Postfix) with ESMTPS id BDEEF1A00BD for ; Wed, 27 Nov 2024 21:01:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1732741109; bh=+wrmx42fmo6oipX0g4xBXhB38mi3tWZcyxZqONzQit8=; h=Date:Subject:To:References:From:In-Reply-To:From; b=aImGcImGzzKhT0o/mG/ZcTG0cdKQ2sCR2KTrKCF22l6JUR6Ith+k4SIfW0OhYegJ7 HFv8dNxhZA5LZzjQwFh/i9v9+Ko2vBptpHTtSBCtH25j1ocyvvx2I6mYFwMMJJgOCt 7gSat+3np505Yec+0kkoQrM8IlaJ/a8pC1SiCm7X+hkY0sgGwmEy1KgrHdna9Xx8sl hswSKojgb6k/i884wbLJ6mwDyLWx+45nGJ3hdYIKrr4U2ZODE5TWPR1kbpOOysU9s5 R0UjwgKCarY0vtBsD+JwqI93e6DfMnS6U9itYlfSnq2J6ow1Vs/qJ5eEEbpbf5O6gg yCZffS6A263nQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 89487180086 for ; Wed, 27 Nov 2024 20:58:27 +0000 (UTC) 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.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.0 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, 27 Nov 2024 20:58:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1732741295; bh=1YK4+zZkKzZscMIWNo49TsYIDMLYRmKPpxC132R7cYY=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=gvQZm/67zLZtOzLZVuU1h3Av1OwDxbLvGpsqtYOdA+8egPpdGhZ5nA5T2iySrwAkV AewbrmTs6T0+QicBPr6vX6IQ79qiIj923pdAlil7bL8y+TLGhAtF/Ub7//os03/xGo OPJnHwjctnjC6BP3NwHFhFUU34oEosaNPMDPmMAl1f/ZY99g2bEHh1ZB+2HkE2+aDg 8nUvh3LNe+zFe2yehtlAFbVDsAUH3JAQfHsxAQR6SSaz5WYwSsa2Yn+SyhW9cRipwS apPuKDBzjrcEmg7KrJZZTRosQJWdXe+h9VOJJxRDuV8O1Rcfil7b8Vp774u3dcm3VH hNeGp3zM4YUrA== Message-ID: <94115eba-faba-41b1-a582-0d97fcc77f30@bastelstu.be> Date: Wed, 27 Nov 2024 22:01:32 +0100 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Subject: Re: [PHP-DEV] [RFC] [Discussion] Persistent curl share handle improvement To: erictnorris@gmail.com, PHP internals References: Content-Language: en-US In-Reply-To: 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 On 11/27/24 18:13, Eric Norris wrote: > https://wiki.php.net/rfc/curl_share_persistence_improvement Thank you. As I've already said in the PR, this is a clear improvement that resolves my concerns with the initially proposed API. I'll happily vote in favor of this follow-up RFC and am looking forward to the usecases this enables. Best regards Tim Düsterhus