summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe5b9de263..76d04c9da6 100644
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,11 @@ PHP NEWS
- Zend Engine:
. Fixed bug #43200 (Interface implementation / inheritence not possible in
abstract classes). (Felipe)
-
+
+
+- Built-in Server SAPI:
+ . Implement FR #60390 (Missing $_SERVER['SERVER_PORT']. (Pierre)
+
- CLI SAPI:
. Fixed bug #60159 (Router returns false, but POST is not passed to requested
resource). (Laruence)