summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArnaud Le Blanc <lbarnaud@php.net>2008-11-03 23:29:50 +0000
committerArnaud Le Blanc <lbarnaud@php.net>2008-11-03 23:29:50 +0000
commitc644ba688b6a798cc48d166430a71c7ada4d558c (patch)
treea3b78d4a5e7837339e73b89e1b8f639c8e0b7116 /NEWS
parent07fe6986ccdf789009233a55cb00062a10d0b744 (diff)
downloadphp-git-c644ba688b6a798cc48d166430a71c7ada4d558c.tar.gz
MFH: Fixed bug #44607 (stream_get_line unable to correctly identify the
"ending" in the stream content)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 622f5bb8ae..2a91ea3568 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,8 @@ PHP NEWS
(Arnaud)
- Fixed bug #44938 (gettext functions crash with overly long domain).
(Christian Schneider, Ilia)
+- Fixed bug #44607 (stream_get_line unable to correctly identify the "ending"
+ in the stream content). (Arnaud)
- Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash).
(Felipe)
- Fixed bug #43452 (strings containing a weekday, or a number plus weekday