summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-02-18 14:16:48 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-02-18 14:17:47 +0100
commitdb2e2af13ab6b40d8a3042520e25f2775bcc00a8 (patch)
tree01d3e6894ca4e11e7ea8efb5425fd4befabbcfaf /NEWS
parent6e988eaefb41e781f2e0c84e478e56e57d181908 (diff)
downloadphp-git-db2e2af13ab6b40d8a3042520e25f2775bcc00a8.tar.gz
Fixed bug #53826
We should handle the case where the method doesn't exist, and where it is not visible the same way.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c6b626bb53..ba6465fbcc 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ PHP NEWS
. Added missing hashtable insertion APIs for arr/obj/ref. (Sara)
. Fixed bug #75474 (function scope static variables are not bound to a unique
function). (Nikita)
+ . Fixed bug #53826 (__callStatic fired in base class through a parent call if
+ the method is private). (Nikita)
- FTP:
. Convert resource<ftp> to object \FTPConnection. (Sara)