From 65c78bef6441bb9e80a2230ca307da79562fd283 Mon Sep 17 00:00:00 2001 From: Date: Fri, 30 Sep 2005 05:38:16 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3b35530e6d..bfbdb1ec05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2005-09-29 Ilia Alshanetsky + + * (PHP_5_1) + ext/standard/basic_functions.c: + Removed unnecessary component that accidentally snuck-in + + * (PHP_4_4) + NEWS + NEWS + ext/standard/basic_functions.c + ext/standard/basic_functions.c + ext/standard/basic_functions.c: + MFH: + Fixed possible crash and/or memory corruption in + import_request_variables() + Fixed potential GLOBALS overwrite via import_request_variables(). + + * ext/standard/basic_functions.c: + Fixed possible crash and/or memory corruption in import_request_variables() + Fixed potential GLOBALS overwrite via import_request_variables(). + +2005-09-29 Rolland Santimano + + * ext/standard/basic_functions.h + ext/standard/string.c: + - Unicode impl of strtok() + + * ext/standard/string.c: + - Updated addslashes(): add codepoints directly rather than with + zend_codepoint_to_uchar() + 2005-09-28 Ilia Alshanetsky * (PHP_5_1) -- 2.50.1