diff options
author | Stanislav Malyshev <stas@php.net> | 2013-01-28 22:26:59 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-01-28 22:26:59 -0800 |
commit | 24447dca5d308d0e4f5bab129d0050d6fe0c3163 (patch) | |
tree | f0ee0ada5bd643286f825d9593ba1a6de14dc872 /UPGRADING | |
parent | 1ca429e1d64a670e292fba64f3f97ea948860549 (diff) | |
download | php-git-24447dca5d308d0e4f5bab129d0050d6fe0c3163.tar.gz |
post-5.5 changes for bug #46439 as described in the RFC
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |