Skip to content

Commit 365334d

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: replace wurstmeister Docker images for Kafka and Zookeeper [PasswordHasher] Make bcrypt nul byte hash test tolerant to PHP related failures [HttpClient] Revert fixing curl default options [Validator] Update Dutch (nl) translation Fix exception thrown during `LDAP_MODIFY_BATCH_REMOVE_ALL` batch operations Fix various warnings across components test suite
2 parents 55d0436 + 3f4cc73 commit 365334d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Response/CurlResponse.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ public function __construct(CurlClientState $multi, \CurlHandle|string $ch, ?arr
177177
curl_multi_remove_handle($multi->handle, $ch);
178178
curl_setopt_array($ch, [
179179
\CURLOPT_NOPROGRESS => true,
180+
\CURLOPT_PROGRESSFUNCTION => null,
181+
\CURLOPT_HEADERFUNCTION => null,
182+
\CURLOPT_WRITEFUNCTION => null,
183+
\CURLOPT_READFUNCTION => null,
180184
\CURLOPT_INFILE => null,
181185
]);
182186

0 commit comments

Comments
 (0)