summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Le Blanc <lbarnaud@php.net>2008-10-21 03:32:11 +0000
committerArnaud Le Blanc <lbarnaud@php.net>2008-10-21 03:32:11 +0000
commit007538e228d2d2f4578bf6dcec5458cab9b66299 (patch)
tree5e84f42a89bb661ce1a31713632394f8be6a2b34
parente3c556c85e4b845c7c706d327ee92947a50d23b6 (diff)
downloadphp-git-007538e228d2d2f4578bf6dcec5458cab9b66299.tar.gz
typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 86bfcba675..03d620c122 100644
--- a/NEWS
+++ b/NEWS
@@ -48,7 +48,7 @@ PHP NEWS
(Christian Schneider, Arnaud)
- Fixed bug #45911 (Cannot disable ext/hash). (Arnaud)
- Fixed bug #45907 (undefined reference to 'PHP_SHA512Init'). (Greg)
-- Fixed buf #45522 (FCGI_GET_VALUES request does not return supplied values).
+- Fixed bug #45522 (FCGI_GET_VALUES request does not return supplied values).
(Arnaud)
- Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). (Ilia)
- Fixed bug #45382 (timeout bug in stream_socket_enable_crypto).