summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-08-10 13:47:30 +0000
committerWez Furlong <wez@php.net>2004-08-10 13:47:30 +0000
commit4f8870315933675d8f7731318415a475c3684e15 (patch)
tree487fa8fbd7d825fc2a27353fc7a9f45172041043
parentabc62474bf7d914c6cb7b0413ad6b9e64c66a6df (diff)
downloadphp-git-4f8870315933675d8f7731318415a475c3684e15.tar.gz
BFN
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2382a00fb4..d19363a9a9 100644
--- a/NEWS
+++ b/NEWS
@@ -35,8 +35,9 @@ PHP NEWS
- Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default) (Georg)
- Fixed bug #29291 (get_class_vars() return names with NULLs). (Marcus)
- Fixed bug #29264 (gettext extension not working). (Edin)
-- Fixed buf #29258 (variant_date_from_timestamp() does not honour
+- Fixed bug #29258 (variant_date_from_timestamp() does not honour
timezone). (Wez)
+- Fixed bug #29256 (error when sending large packets on a socket). (Dmitry)
- Fixed bug #29236 (memory error when wsdl-cache is enabled). (Dmitry)
- Fixed bug #29132 ($_SERVER["PHP_AUTH_USER"] isn't defined). (Stefan)
- Fixed bug #29119 (html_entity_decode() misbehaves with UTF-8). (Moriyoshi)