]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.4' into PHP-5.5
authorStanislav Malyshev <stas@php.net>
Mon, 9 Jun 2014 01:59:55 +0000 (18:59 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 9 Jun 2014 02:00:42 +0000 (19:00 -0700)
* PHP-5.4:
  Fix bug 666222

1  2 
NEWS

diff --cc NEWS
index 50e6bdbc7668b3778a7b3736a5b24bdc69b6c471,65e2fadb87607a3a3b044ff23820fe8504d89b5c..b900684877c5b795893a6211eedb52ed983ea274
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -6,6 -6,8 +6,8 @@@ PH
    . Fixed BC break introduced by patch for bug #67072. (Anatol)
    . Fixed bug #67390 (insecure temporary file use in the configure script).
      (Remi) (CVE-2014-3981)
 -  . Fixed bug #66622 (Closures do not correctly capture the late bound class 
++  . Fixed bug #66622 (Closures do not correctly capture the late bound class
+     (static::) in some cases). (Levi Morrison)
  
  - Date:
    . Fixed bug #67308 (Serialize of DateTime truncates fractions of second).