From a75d3ffb20d6b86abb56017e2d9a77bd7157cb87 Mon Sep 17 00:00:00 2001 From: Andrea Faulds Date: Sat, 31 May 2014 17:00:58 +0000 Subject: [PATCH] Noted that CURLOPT_SAFE_DEFAULT was added in PHP 5.5 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333638 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 44e94c4424..54015a78c0 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -376,8 +376,8 @@ uploads instead. - &false; by default at present, but this is likely to be changed in a - future version of PHP. + Added in PHP 5.5.0. Currenly &false; by default, but this is likely + to be changed in a future version of PHP.