summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-10-15 19:47:55 +0200
committerRemi Collet <remi@php.net>2014-10-15 19:47:55 +0200
commita1abdba1eb94f97d9c9194e8e042bd6396b8602e (patch)
tree6dfa816a056c31b21d5f3dffc72f14b36ab3c6e8
parent503f8193e804ba1eb0847b4c6148844e50a60427 (diff)
downloadphp-git-a1abdba1eb94f97d9c9194e8e042bd6396b8602e.tar.gz
cleanup NEWS
-rw-r--r--NEWS13
1 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 9181fb280f..40737e22b3 100644
--- a/NEWS
+++ b/NEWS
@@ -2,22 +2,25 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2014, PHP 5.5.19
--Fileinfo:
+- Core:
+ . Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita)
+ . Fixed bug #68129 (parse_url() - incomplete support for empty usernames
+ and passwords) (Tjerk)
+
+- Fileinfo:
. Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
- GD:
. Fixed bug #65171 (imagescale() fails without height param). (Remi)
-- Core:
- . Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita)
- . Fixed bug #68129 (parse_url() - incomplete support for empty usernames
- and passwords) (Tjerk)
- Mysqli:
. Fixed bug #68114 (linker error on some OS X machines with fixed width
decimal support) (Keyur Govande)
+
- ODBC:
. Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by
a VARCHAR column) (Keyur Govande)
+
- SPL:
. Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk)