summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-12-18 11:39:19 +0000
committerDmitry Stogov <dmitry@php.net>2006-12-18 11:39:19 +0000
commit1763dc162d93999d2c3e108a21f0596ed61b89ab (patch)
tree63292bbbfa78cecbb61f1d352e98f853715ae0c8 /NEWS
parent5fc3e649b6463c58a9dafa61bf0c0d0c1e555efe (diff)
downloadphp-git-1763dc162d93999d2c3e108a21f0596ed61b89ab.tar.gz
Fixed random generation of cookies and canaries
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c99d88de08..c55fb9c1fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,13 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-14 Dec 2006, PHP 5.2.1RC1
+?? Dec 2006, PHP 5.2.1RC2
- Added internal heap protection (Dmitry)
. safe unlinking
. cookies
. canary protection (debug build only)
+ . random generation of cookies and canaries
+
+14 Dec 2006, PHP 5.2.1RC1
- Added a meta tag to phpinfo() output to prevent search engines from indexing
the page. (Ilia)
- Added new function, sys_get_temp_dir(). (Hartmut)