summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMathieu CARBONNEAUX <mcarbonneaux@gmail.com>2017-10-05 01:34:20 +0200
committerNikita Popov <nikita.ppv@gmail.com>2017-10-05 12:24:57 +0200
commit6b9ccda936bb863f9c9830f0aebef672a405a786 (patch)
treedce00e729d9d149b4251ec40c4c3fb380cace13f /NEWS
parent1195de87ffa018abe4b1461b2b254fe6eee963cc (diff)
downloadphp-git-6b9ccda936bb863f9c9830f0aebef672a405a786.tar.gz
Fixed bug #75311
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5154345aef..b68ad96388 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ PHP NEWS
. Fixed bug #75290 (debug info of Closures of internal functions contain
garbage argument names). (Andrea)
+- Apache2Handler:
+ . Fixed bug #75311 (error: 'zend_hash_key' has no member named 'arKey' in
+ apache2handler). (mcarbonneaux)
+
- OCI8:
. Fixed incorrect reference counting. (Dmitry, Tianfang Yang)