From 85d3ac5763c04def3ab64830d84f18da7d092ae5 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Sun, 15 Jun 2014 22:32:47 +0200 Subject: [PATCH] Updated NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 0ecef6dfb1a..ffd8e5164c4 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ PHP NEWS - Core: . Fixed bug #67428 (header('Location: foo') will override a 308-399 response code). (Adam) + . Fixed bug #67436 (Autoloader isn't called if two method definitions don't + match). (Bob) - CLI server: . Implemented FR #67429 (CLI server is missing some new HTTP response codes).