summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
1 files changed, 5 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 1ba1f98f1e..ba0f62b1c2 100644
--- a/NEWS
+++ b/NEWS
@@ -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 @@ PHP NEWS
. 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)