summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArnaud Le Blanc <lbarnaud@php.net>2008-11-03 16:59:18 +0000
committerArnaud Le Blanc <lbarnaud@php.net>2008-11-03 16:59:18 +0000
commit5e5e4293c3dfcff4f3aaa73f5ec13aff1c7787a1 (patch)
tree505a9215e53a9aa1a66121d1b82ebabb2ef59a55 /NEWS
parent2d36d06f35f8e397ad353d1ab6537e615cb863b9 (diff)
downloadphp-git-5e5e4293c3dfcff4f3aaa73f5ec13aff1c7787a1.tar.gz
MFH: Fixed bug #45303 (Opening php:// wrapper in append mode results
in a warning)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 294cad8dfa..88aa960445 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,8 @@ PHP NEWS
dynamicly created property). (Felipe)
- Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() behave
different). (Derick)
+- Fixed bug #45303 (Opening php:// wrapper in append mode results in a warning).
+ (Arnaud)
- Fixed bug #44938 (gettext functions crash with overly long domain).
(Christian Schneider, Ilia)
- Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash).