summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-05-12 10:47:02 +0200
committerJulien Pauli <jpauli@php.net>2015-05-12 10:47:35 +0200
commit649b82ce4cceb54ee823805afb15c2e957577df2 (patch)
tree4c527d54b41e4c74dc197a7cffdf1f20bf60cdc6 /UPGRADING
parent613f7475793159124379371fe78e99c3c9d633f0 (diff)
downloadphp-git-649b82ce4cceb54ee823805afb15c2e957577df2.tar.gz
Updated UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 121e124f34..71ebbbaf19 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -435,6 +435,7 @@ Standard library changes
and also renamed zend_qsort to zend_sort.
. Added stable sorting algo zend_insert_sort.
. Removed dl() function on fpm-fcgi.
+ . setcookie() with an empty cookie name now issues a WARNING and doesn't send an empty set-cookie header line anymore.
Other
=====