1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +02:00

Updated NEWS

This commit is contained in:
Bob Weinand
2014-06-15 22:32:47 +02:00
parent ca29063da5
commit 85d3ac5763

2
NEWS
View File

@@ -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).