summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-01-28 22:26:59 -0800
committerStanislav Malyshev <stas@php.net>2013-01-28 22:26:59 -0800
commit24447dca5d308d0e4f5bab129d0050d6fe0c3163 (patch)
treef0ee0ada5bd643286f825d9593ba1a6de14dc872 /UPGRADING
parent1ca429e1d64a670e292fba64f3f97ea948860549 (diff)
downloadphp-git-24447dca5d308d0e4f5bab129d0050d6fe0c3163.tar.gz
post-5.5 changes for bug #46439 as described in the RFC
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index c34101dd96..a8fa5f85cf 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -40,6 +40,9 @@ PHP X.Y UPGRADE NOTES
4. Changed Functions
========================================
+- cURL:
+ CURLOPT_SAFE_UPLOAD is now turned on by default and uploads with @file
+ do not work unless it is explicitly set to false.
========================================
5. New Functions