diff options
author | Julien Pauli <jpauli@php.net> | 2015-05-12 10:47:02 +0200 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2015-05-12 10:47:35 +0200 |
commit | 649b82ce4cceb54ee823805afb15c2e957577df2 (patch) | |
tree | 4c527d54b41e4c74dc197a7cffdf1f20bf60cdc6 /UPGRADING | |
parent | 613f7475793159124379371fe78e99c3c9d633f0 (diff) | |
download | php-git-649b82ce4cceb54ee823805afb15c2e957577df2.tar.gz |
Updated UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ===== |