diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-12-18 11:39:19 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-12-18 11:39:19 +0000 |
commit | 1763dc162d93999d2c3e108a21f0596ed61b89ab (patch) | |
tree | 63292bbbfa78cecbb61f1d352e98f853715ae0c8 /NEWS | |
parent | 5fc3e649b6463c58a9dafa61bf0c0d0c1e555efe (diff) | |
download | php-git-1763dc162d93999d2c3e108a21f0596ed61b89ab.tar.gz |
Fixed random generation of cookies and canaries
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |