summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2013-09-17 08:04:07 +0200
committerMichael Wallner <mike@php.net>2013-09-17 08:04:07 +0200
commit552f22abae0cf2dda3f72b034f656c4fef5761d2 (patch)
treeb09d43c6ccd640d01ca975d305f67e4207f94c9e
parentca75e6f760c399b8b4aeca0078de620835e84789 (diff)
downloadphp-git-552f22abae0cf2dda3f72b034f656c4fef5761d2.tar.gz
upload2G note
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 64ca9a5df3..60fac8cc94 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP NEWS
. Made calls from incompatible context issue an E_DEPRECATED warning instead
of E_STRICT (phase 1 of RFC: https://wiki.php.net/rfc/incompat_ctx).
(Gustavo)
+ . Uploads equal or greater than 2GB in size are now accepted.
+ (Ralf Lang, Mike)
- cURL:
. Implemented FR #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir