This commit is contained in:
Arnaud Le Blanc 2010-05-11 16:40:03 +00:00
parent 4f3b619625
commit cfce0a9828
2 changed files with 7 additions and 2 deletions

1
NEWS
View File

@ -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)

View File

@ -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