diff options
author | Christopher Jones <sixd@php.net> | 2012-03-02 01:41:05 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2012-03-02 01:41:05 +0000 |
commit | 21f7daaca84a1bf9d2a6d9ed13b775c0c3687871 (patch) | |
tree | 175453a29843963d1b2663cf2efc8baba19c3362 /UPGRADING | |
parent | bd3a077dea462fcda7a55f67d8a0930ec346d6a3 (diff) | |
download | php-git-21f7daaca84a1bf9d2a6d9ed13b775c0c3687871.tar.gz |
Mention file upload progress support: http://php.net/manual/en/session.upload-progress.php
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |