andi            Tue Mar 16 09:52:23 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  - NEWS
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1638&r2=1.1639&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1638 php-src/NEWS:1.1639
--- php-src/NEWS:1.1638 Mon Mar 15 16:26:36 2004
+++ php-src/NEWS        Tue Mar 16 09:52:22 2004
@@ -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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to