diff options
author | Michael Wallner <mike@php.net> | 2013-09-17 08:04:07 +0200 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2013-09-17 08:04:07 +0200 |
commit | 552f22abae0cf2dda3f72b034f656c4fef5761d2 (patch) | |
tree | b09d43c6ccd640d01ca975d305f67e4207f94c9e | |
parent | ca75e6f760c399b8b4aeca0078de620835e84789 (diff) | |
download | php-git-552f22abae0cf2dda3f72b034f656c4fef5761d2.tar.gz |
upload2G note
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |