summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2017-03-09 21:09:36 +0100
committerNikita Popov <nikita.ppv@gmail.com>2017-03-10 18:20:32 +0100
commit29ee3e3c49bd3b32219f45ea4d4f1263c3021150 (patch)
tree565d0a91f53f68583d2d91956373b88a1731a9e3 /NEWS
parentc398198c0a8e58bc37a441bcfbfe1eb0e8058d9f (diff)
downloadphp-git-29ee3e3c49bd3b32219f45ea4d4f1263c3021150.tar.gz
Fixed bug #73960
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 485896272f..b598d4ddd0 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP NEWS
- Core:
. Fixed bug #73370 (falsely exits with "Out of Memory" when using
USE_ZEND_ALLOC=0). (Nikita)
+ . Fixed bug #73960 (Leak with instance method calling static method with
+ referenced return). (Nikita)
- Date:
. Fixed bug #72096 (Swatch time value incorrect for dates before 1970). (mcq8)