|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-02-02 14:57 UTC] iliaa@php.net
[2003-04-01 18:12 UTC] jens at mermaidconsulting dot dk
[2003-04-02 05:43 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 28 10:00:01 2025 UTC |
PHP does not recognize the cURL option CURLOPT_ENCODING which can be used to request deflate compression. The following patch upgrades a 4.3.0 ext/curl/curl.c to support it: 194d193 < REGISTER_CURL_CONSTANT(CURLOPT_ENCODING); 741,742c740 < case CURLOPT_SSLENGINE_DEFAULT: < case CURLOPT_ENCODING: { --- > case CURLOPT_SSLENGINE_DEFAULT: { CURLOPT_ENCODING accepts a string parameter.