lbarnaud                                 Tue, 11 May 2010 16:40:03 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=299256

Log:
NEWS

Changed paths:
    U   php/php-src/trunk/NEWS
    U   php/php-src/trunk/UPGRADING

Modified: php/php-src/trunk/NEWS
===================================================================
--- php/php-src/trunk/NEWS      2010-05-11 16:39:07 UTC (rev 299255)
+++ php/php-src/trunk/NEWS      2010-05-11 16:40:03 UTC (rev 299256)
@@ -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)


Modified: php/php-src/trunk/UPGRADING
===================================================================
--- php/php-src/trunk/UPGRADING 2010-05-11 16:39:07 UTC (rev 299255)
+++ php/php-src/trunk/UPGRADING 2010-05-11 16:40:03 UTC (rev 299256)
@@ -159,7 +159,9 @@

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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to