summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-08-13 19:43:48 +0000
committerJani Taskinen <jani@php.net>2008-08-13 19:43:48 +0000
commit85b00d1dd4309b48bec3011f96609f9598c02ec7 (patch)
treed6fcb6083caa90f7c5cd8e008ad00fcebce3be08 /NEWS
parent02f8e3770d86696dc65ff3eee5762c92b5732a88 (diff)
downloadphp-git-85b00d1dd4309b48bec3011f96609f9598c02ec7.tar.gz
typoh
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 09a81219bf..fa0095face 100644
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,7 @@ PHP NEWS
- Fixed a crash on invalid method in ReflectionParameter constructor.
(Christian Seiler)
-- Fixed bug #45805 (Crach on throwing exception from error handler). (Dmitry)
+- Fixed bug #45805 (Crash on throwing exception from error handler). (Dmitry)
- Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause
an error). (Felipe)
- Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parameter).