From 581f6068bd43e09c4ce9dc35c9e2185a31f88a72 Mon Sep 17 00:00:00 2001 From: Date: Thu, 29 Sep 2005 05:41:36 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/ChangeLog b/ChangeLog index c45ce47fc0..3b35530e6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2005-09-28 Ilia Alshanetsky + + * (PHP_5_1) + NEWS + ext/standard/string.c + main/php_variables.c: + MFH: Fixed possible GLOBALS variable override when register_globals are ON. + MFH: Fixed possible register_globals toggle via parse_str(). + MFH: Fixed negative offset handling in substr_compare() function. + + * (PHP_4_4) + NEWS + ext/standard/string.c + ext/standard/string.c + main/php_variables.c + main/php_variables.c: + MFH: Fixed possible GLOBALS variable override when register_globals are ON. + MFH: Fixed possible register_globals toggle via parse_str(). + +2005-09-28 Edin Kadribasic + + * ext/oci8/oci8.dsp: + Update php4 build file, compile against istantclient + +2005-09-28 Ilia Alshanetsky + + * ext/standard/string.c + main/php_variables.c: + Fixed possible GLOBALS variable override when register_globals are ON. + Fixed possible register_globals toggle via parse_str(). + +2005-09-28 Rolland Santimano + + * ext/standard/string.c: + - Updated substr_replace() to use: + - zend_get_unified_string_type()/convert_to_explicit_type() for type + conversion + - u_countChar32() for counting codepoints + + * unicode-progress.txt: + {add,strip}slashes() + +2005-09-28 Dmitry Stogov + + * (PHP_5_0) + NEWS + NEWS: + Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception) + +2005-09-28 Rolland Santimano + + * ext/standard/php_string.h + ext/standard/string.c: + - Unicode impl of {add,strip}slashes() + 2005-09-27 Andrei Zmievski * README.UNICODE-UPGRADES: -- 2.50.1