]> granicus.if.org Git - php/commitdiff
- NEWS
authorAndi Gutmans <andi@php.net>
Tue, 16 Mar 2004 14:52:22 +0000 (14:52 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 16 Mar 2004 14:52:22 +0000 (14:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9a063b0b651f34b2d0533545f3f77db4dc89b2b6..399062654b9fe28a429e0596d53407f407d6ee5e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? March 2004, PHP 5 Release Candidate 1
+- Fix possible crash when internal get_method is not defined (Andi)
+- Use the scope of the PHP user function when calling methods using
+  call_user_func() in conjuntion with the array("Class", "Method") syntax
+  (Dmitry)
 - Fixed php-cgi to not ignore command-line switches when run in a web context.
   This fixes our test cases allowing INI with GET sections to work (Rasmus)
 - Fixed getopt() so it works without $_SERVER (Rasmus, bfrance)