]> granicus.if.org Git - php/commitdiff
add new features
authorStanislav Malyshev <stas@php.net>
Mon, 28 Jan 2013 20:13:13 +0000 (12:13 -0800)
committerStanislav Malyshev <stas@php.net>
Mon, 28 Jan 2013 20:13:13 +0000 (12:13 -0800)
UPGRADING

index 1d2cebf02a4f7562e9a61596985a52c6d517021e..7bf0e859e105b956e8cd20cacd1f5dc695b751c1 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -77,6 +77,8 @@ PHP 5.5 UPGRADE NOTES
   for example. (https://wiki.php.net/rfc/empty_isset_exprs)
 - Added generators.
   (https://wiki.php.net/rfc/generators)
+- ClassName::class syntax returning full class name for a class as 
+  a string constant. (https://wiki.php.net/rfc/class_name_scalars)
 
 ========================================
 2. Changes in SAPI modules
@@ -151,6 +153,8 @@ PHP 5.5 UPGRADE NOTES
   Furthermore both set_error_handler(NULL) and set_exception_handler(NULL) will
   now return the previously defined error/exception handler. Previously
   bool(true) was returned.
+- setcookie(), setrawcookie() and ext/session now send Max-Age headers alongside
+  Expires headers. (see https://wiki.php.net/rfc/cookie_max-age)
 
 ========================================
 5. New Functions