From d2a9a020d63f7de94a2f803dcbc18c032828336f Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Sat, 3 Dec 2011 04:02:28 +0000 Subject: [PATCH] Clarified curlopt_cookiefile behaviour, as per bug #60413. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320297 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index 525f40bfa1..072059778e 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -800,6 +800,8 @@ The name of the file containing the cookie data. The cookie file can be in Netscape format, or just plain HTTP-style headers dumped into a file. + If the name is an empty string, no cookies are loaded, but cookie + handling is still enabled.