mike Wed, 18 Jan 2012 10:07:46 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=322438
Log:
add notes about ob_start(), gzencode() and removed hash algos
Changed paths:
U php/php-src/branches/PHP_5_4/UPGRADING
Modified: php/php-src/branches/PHP_5_4/UPGRADING
===================================================================
--- php/php-src/branches/PHP_5_4/UPGRADING 2012-01-18 09:15:34 UTC (rev
322437)
+++ php/php-src/branches/PHP_5_4/UPGRADING 2012-01-18 10:07:46 UTC (rev
322438)
@@ -243,8 +243,10 @@
- idn_to_ascii() and idn_to_utf8() now take two extra parameters, one
indicating
the variant (IDNA 2003 or UTS #46) and another, passed by reference, to
return
details about the operation in case UTS #46 is chosen.
+- gzencode() used with FORCE_DEFLATE now generates RFC1950 compliant data.
+- ob_start() refuses to start multiple output buffers at once passed as
+ array("callback1", "callback2", "callback3", ...).
-
===================================
5. Changes made to existing methods
===================================
@@ -337,6 +339,10 @@
- break $var;
- continue $var;
+ e. removed hash algorithms
+
+ - Salsa10 and Salsa20, which are actually stream ciphers
+
=============
9. Extensions
=============
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php