From: Julien Pauli Date: Tue, 12 May 2015 08:47:02 +0000 (+0200) Subject: Updated UPGRADING X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~42^2~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=649b82ce4cceb54ee823805afb15c2e957577df2;p=php Updated UPGRADING --- 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 =====