From 3904fc3e97e6f28e1db3837063e98928f5ee7264 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sat, 25 Nov 2023 17:57:46 +0100 Subject: [PATCH 1/2] Remove obsolete PHP version checks --- Internal/CurlClientState.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Internal/CurlClientState.php b/Internal/CurlClientState.php index bcf1f92..ee0bafc 100644 --- a/Internal/CurlClientState.php +++ b/Internal/CurlClientState.php @@ -95,7 +95,7 @@ public function reset(): void curl_share_setopt($this->share, \CURLSHOPT_SHARE, \CURL_LOCK_DATA_DNS); curl_share_setopt($this->share, \CURLSHOPT_SHARE, \CURL_LOCK_DATA_SSL_SESSION); - if (\defined('CURL_LOCK_DATA_CONNECT') && \PHP_VERSION_ID >= 80000) { + if (\defined('CURL_LOCK_DATA_CONNECT')) { curl_share_setopt($this->share, \CURLSHOPT_SHARE, \CURL_LOCK_DATA_CONNECT); } } From 5c584530b77aa10ae216989ffc48b4bedc9c0b29 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 28 Nov 2023 21:55:58 +0100 Subject: [PATCH 2/2] [HttpClient] Add Innovative Web AG (i-web) as sponsor of version 6.4/7.0 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 214489b..04e1596 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,18 @@ HttpClient component The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously. +Sponsor +------- + +The HttpClient component for Symfony 6.4 is [backed][1] by [Innovative Web AG][2]. + +Innovative Web AG (i-web) is a specialist for web, applications and the +digitalisation of the public sector based in Switzerland. With their i-CMS, +public authorities and institutions implement modern websites and eGovernment +portals and offer user-friendly eServices for residents and companies. + +Help Symfony by [sponsoring][3] its development! + Resources --------- @@ -11,3 +23,7 @@ Resources * [Report issues](https://github.com/symfony/symfony/issues) and [send Pull Requests](https://github.com/symfony/symfony/pulls) in the [main Symfony repository](https://github.com/symfony/symfony) + +[1]: https://symfony.com/backers +[2]: https://www.i-web.ch +[3]: https://symfony.com/sponsor