summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-11-25 21:21:24 +0000
committerPierre Joye <pajoye@php.net>2011-11-25 21:21:24 +0000
commit8c66fc398f103058ca85a588416b2cfe80468dba (patch)
tree1202548869b9095ddd1e37aafc24451e9a90b829
parent653e68233aa6433777170d79e778c07f7070da7a (diff)
downloadphp-git-8c66fc398f103058ca85a588416b2cfe80468dba.tar.gz
- FR #60390
-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)