summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-09-18 19:49:30 -0700
committerChristopher Jones <sixd@php.net>2013-09-18 19:49:30 -0700
commitd5ba2d8a99653521ff6a7997bf9aabe2b016c89a (patch)
tree047a7e85353034be8dde0ee86b374e0f6e568411 /NEWS
parent7bb8cbcdeed009d9d34ff9ec83ecdd10c3d81c73 (diff)
parent7a24ee13ec74bf3e85970e59dd69db8034ff434c (diff)
downloadphp-git-d5ba2d8a99653521ff6a7997bf9aabe2b016c89a.tar.gz
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
# By David Soria Parra (6) and others # Via David Soria Parra * 'PHP-5.4' of https://git.php.net/repository/php-src: Revert "EmptyIterator now implements Countable; fixes bug 60577" RFC 6598 reserved ip range starts at 100.64.0.0 fix a very rare case of use of uninitialized value combined with a memleak NEWS for added reserved ip addresses according to RFC 6598 Add RFC 6598 IPs to reserved addresses NEWS for #60577 NEWS for bug #64441 Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names) EmptyIterator now implements Countable; fixes bug 60577 News for bugfix #64157 Bug 64157 Changed error message to make sense
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e05b24042b..6d94980fbc 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,15 @@ PHP NEWS
. Fixed bug #65633 (built-in server treat some http headers as
case-sensitive). (Adam)
+- Datetime:
+ . Fixed bug #64157 (DateTime::createFromFormat() reports confusing error
+ message). (Boro Sitnikovski)
+
+- Filter:
+ . Add RFC 6598 IPs to reserved addresses. (Sebastian Nohn)
+ . Fixed bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names).
+ (Syra)
+
?? ??? 2013, PHP 5.4.20
- Core: