]> granicus.if.org Git - php/commitdiff
Mention file upload progress support: http://php.net/manual/en/session.upload-progres...
authorChristopher Jones <sixd@php.net>
Fri, 2 Mar 2012 01:41:05 +0000 (01:41 +0000)
committerChristopher Jones <sixd@php.net>
Fri, 2 Mar 2012 01:41:05 +0000 (01:41 +0000)
UPGRADING

index befd94a03eb58488108fd1ee160af65438c5b129..62233507e78176158564a92c67624cfde841d636 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -507,6 +507,8 @@ a. New Features
   - A built-in CLI web server for testing purposes is now available:
      $ php -S 127.0.0.1:8888
 
+  - File Upload Progress support is implemented in the Session extension.
+
 b. Syntax additions
 
   - Traits: