summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-09-10 15:30:51 +0200
committerRemi Collet <remi@php.net>2018-09-10 15:30:51 +0200
commit609afc2992e5c5308231906ff14cc9392eedecdb (patch)
tree2963a0f2d063d5cce71a8736762687bc2fa07e59
parent788717d56d48f6697829d95cf9b9a49a35d53058 (diff)
downloadphp-git-609afc2992e5c5308231906ff14cc9392eedecdb.tar.gz
add NEWS for 76582
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b0f169c4cf..8e9468e15d 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,9 @@ PHP NEWS
. Fixed bug #75797 (Memory leak when using class_alias() in non-debug mode).
(Massimiliano Braglia)
+- Apache2:
+ . Fixed bug #76582 (Apache bucket brigade sometimes becomes invalid). (stas)
+
- Bz2:
. Fixed arginfo for bzcompress. (Tyson Andre)