From 6570bf32557b41842b940663d94c4dac9a2c929f Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 6 Jul 2005 21:04:54 +0000 Subject: [PATCH] CURLOPT_ENCODING is available in PHP 4 too (spotted by Gaetano Giunta) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190044 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index 3bc4df9f6e..c7d639c62c 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -1,5 +1,5 @@ - + @@ -694,7 +694,7 @@ is set, a header containing all supported encoding types is sent. - Added in PHP 5.0.0. + Added in CURL 7.10.