summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-07-08 15:50:21 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-08 16:54:03 +0200
commit428cfdd1810b17f0064b7691276f0eb92dc963b6 (patch)
tree1b8e504ac8ae97dcf8a1e266a9e1ce838e960c2b /NEWS
parent0f0c6c617f3a91e9b10bc0107226b7cedfd7d44f (diff)
downloadphp-git-428cfdd1810b17f0064b7691276f0eb92dc963b6.tar.gz
Add ReflectionReference::getRefcount()
And don't return null for rc=1 references. Leave it to the user to decide whether or not they want to consider these as references or not. Fixes bug #78263.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5b8968475e..e87cd934c5 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,10 @@ PHP NEWS
. Fixed #78192 (SegFault when reuse statement after schema has changed).
(Vincent Quatrevieux)
+- Reflection:
+ . Fixed bug #78263 (\ReflectionReference::fromArrayElement() returns null
+ while item is a reference). (Nikita)
+
- Standard:
. Implemented FR #78177 (Make proc_open accept command array). (Nikita)
. Fixed #78208 (password_needs_rehash() with an unknown algo should always