diff options
author | Remi Collet <remi@php.net> | 2018-09-10 15:30:51 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2018-09-10 15:30:51 +0200 |
commit | 609afc2992e5c5308231906ff14cc9392eedecdb (patch) | |
tree | 2963a0f2d063d5cce71a8736762687bc2fa07e59 | |
parent | 788717d56d48f6697829d95cf9b9a49a35d53058 (diff) | |
download | php-git-609afc2992e5c5308231906ff14cc9392eedecdb.tar.gz |
add NEWS for 76582
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |