diff options
author | Mathieu CARBONNEAUX <mcarbonneaux@gmail.com> | 2017-10-05 01:34:20 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-10-05 12:24:57 +0200 |
commit | 6b9ccda936bb863f9c9830f0aebef672a405a786 (patch) | |
tree | dce00e729d9d149b4251ec40c4c3fb380cace13f /NEWS | |
parent | 1195de87ffa018abe4b1461b2b254fe6eee963cc (diff) | |
download | php-git-6b9ccda936bb863f9c9830f0aebef672a405a786.tar.gz |
Fixed bug #75311
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |