summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-01-28 12:13:13 -0800
committerStanislav Malyshev <stas@php.net>2013-01-28 12:13:13 -0800
commit420bcc1a8e4d4dd38f6b1f019d31ec87fe582867 (patch)
tree1b8835215534cc5f4741c8afc7afb1c7da052a55 /UPGRADING
parent263a220997df05f2d96c4fd200354a239af4626c (diff)
downloadphp-git-420bcc1a8e4d4dd38f6b1f019d31ec87fe582867.tar.gz
add new features
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 1d2cebf02a..7bf0e859e1 100755
--- 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