summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Le Blanc <lbarnaud@php.net>2010-05-11 16:40:03 +0000
committerArnaud Le Blanc <lbarnaud@php.net>2010-05-11 16:40:03 +0000
commitcfce0a982897ab2f20807eb9ce1616a1d44f51e6 (patch)
tree0d34570948e8f87ee517973a86f81aaf4fc00617
parent4f3b61962560464567d602d424fab09858972009 (diff)
downloadphp-git-cfce0a982897ab2f20807eb9ce1616a1d44f51e6.tar.gz
NEWS
-rw-r--r--NEWS1
-rwxr-xr-xUPGRADING8
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ef433ae729..a6a7b0e9aa 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,7 @@
- Added closure $this support back. (Stas)
- Added SplObjectStorage::getHash() hook. (Etienne)
- Added JSON_Serializable interface (Sara)
+- Added support for storing upload progress feedback in session data. (Arnaud)
- default_charset if not specified is now UTF-8 instead of ISO-8859-1. (Rasmus)
diff --git a/UPGRADING b/UPGRADING
index 8e51c8f649..34510d0200 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -159,7 +159,9 @@ UPGRADE NOTES - PHP X.Y
c. with changed behaviour
- -
+ - The session extension now can hook into the file upload feature
+ in order to provide upload progress information through session
+ variables.
d. no longer possible to disable
@@ -175,7 +177,9 @@ UPGRADE NOTES - PHP X.Y
10. Changes in INI directives
=============================
--
+- Added session.upload_progress.enabled, session.upload_progress.cleanup,
+ session.upload_progress.prefix, session.upload_progress.name,
+ session.upload_progress.freq, session.upload_progress.min_freq.
====================
11. Syntax additions