diff options
author | Xinchen Hui <laruence@gmail.com> | 2016-08-15 23:22:55 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2016-08-15 23:22:55 +0800 |
commit | 60de74ebdae5cf8b14f85d6e60f519c9e8b966f9 (patch) | |
tree | 801865f5f072c2b3707eddcf1672bd55ca59e2fc /NEWS | |
parent | d6b46901b281a3c9d48b65f5f69bae9c7805b118 (diff) | |
download | php-git-60de74ebdae5cf8b14f85d6e60f519c9e8b966f9.tar.gz |
Fixed bug #72846 (getConstant for a array constant with constant values returns NULL/NFC/UKNOWN)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ PHP NEWS specifying a sequence). (Pablo Santiago Sánchez, Matteo) . Fixed bug #72759 (Regression in pgo_pgsql). (Anatol) +- Reflection: + . Fixed bug #72846 (getConstant for a array constant with constant values + returns NULL/NFC/UKNOWN). (Laruence) + - Session: . Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita) |