summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2004-03-18 14:14:26 +0000
committerZeev Suraski <zeev@php.net>2004-03-18 14:14:26 +0000
commit4f313c79c2fecdae9f890afc17a0a3eca25eb7ca (patch)
treea430ea2c10330769bb0de2aff9dcfd54f8d8ee12
parentaac5c1f6c5c5233390342d027dc1407d8a3e62c3 (diff)
downloadphp-git-4f313c79c2fecdae9f890afc17a0a3eca25eb7ca.tar.gz
Add missing bug updates
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5a411fc8d7..a45e9331d3 100644
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,8 @@ PHP NEWS
- Fixed bug #27123 (Fix crash caused by bug in get_object_vars()). (Andi)
- Fixed bug #26677 (mbstring compile errors with IRIX compiler).
(K.Kosako <kosako at sofnec dot co dot jp>, Rui, Moriyoshi)
+- Fixed bug #26206 (register_long_arrays breaks superglobals). (Zeev)
+- Fixed bug #25724 (argv and argc not defined). (Zeev)
12 Feb 2004, PHP 5 Beta 4
- Changed exceptions so that they must now inherit from the built-in Exception