From 37331ceb225bd9f13441f7f712398043a961f4c9 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 4 Jul 2003 14:35:59 +0000 Subject: [PATCH] protect binary contents in cookies --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 205f59c0c..41e511b0b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,8 +7,9 @@ $Source$ 2003-07-04 Marc Delisle * libraries/auth/cookie.auth.lib.php3: PHP3 compatibility - * libraries/auth/cookie.auth.lib.php3: sometimes, binary contents in - cookies is not retrieved properly, so protect it with base64_encode() + * user_password.php3, libraries/auth/cookie.auth.lib.php3: + sometimes, binary contents in cookies is not retrieved properly, + so protect it with base64_encode() 2003-07-03 Marc Delisle * lang/romanian update, thanks to Valics Lehel