sniper Fri Sep 30 06:26:25 2005 EDT Modified files: (Branch: PHP_5_1) /php-src NEWS Log: reorder,reword,merge http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.85&r2=1.2027.2.86&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.85 php-src/NEWS:1.2027.2.86 --- php-src/NEWS:1.2027.2.85 Thu Sep 29 12:30:51 2005 +++ php-src/NEWS Fri Sep 30 06:26:18 2005 @@ -1,12 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Aug 2005, PHP 5.1 Release Candidate 2 -- Fixed possible crash and/or memory corruption in import_request_variables(). - (Ilia) -- Fixed potential GLOBALS overwrite via import_request_variables(). (Ilia) -- Fixed possible GLOBALS variable override when register_globals are ON. - (Ilia, Stefan) -- Fixed possible register_globals toggle via parse_str(). (Ilia, Stefan) - Changed SQLite extension to be a shared module in Windows distribution. (Edin) - Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() @@ -36,6 +30,11 @@ . ext/oracle (Jani, Derick) . ext/ovrimos (Jani, Derick, Pierre) . ext/pfpro (Jani, Derick, Pierre) +- Fixed potential GLOBALS overwrite via import_request_variables() and + possible crash and/or memory corruption. (Ilia) +- Fixed possible GLOBALS variable override when register_globals are ON. + (Ilia, Stefan) +- Fixed possible register_globals toggle via parse_str(). (Ilia, Stefan) - Fixed a bug where stream_get_meta_data() did not return the "uri" element for files opened with tmpname(). (Derick) - Fixed "make test" to work for phpized extensions. (Hartmut, Jani)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php