summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2012-03-02 01:41:05 +0000
committerChristopher Jones <sixd@php.net>2012-03-02 01:41:05 +0000
commit21f7daaca84a1bf9d2a6d9ed13b775c0c3687871 (patch)
tree175453a29843963d1b2663cf2efc8baba19c3362 /UPGRADING
parentbd3a077dea462fcda7a55f67d8a0930ec346d6a3 (diff)
downloadphp-git-21f7daaca84a1bf9d2a6d9ed13b775c0c3687871.tar.gz
Mention file upload progress support: http://php.net/manual/en/session.upload-progress.php
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index befd94a03e..62233507e7 100755
--- 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: