diff options
author | Pierre Joye <pajoye@php.net> | 2011-11-25 21:21:24 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-11-25 21:21:24 +0000 |
commit | 8c66fc398f103058ca85a588416b2cfe80468dba (patch) | |
tree | 1202548869b9095ddd1e37aafc24451e9a90b829 | |
parent | 653e68233aa6433777170d79e778c07f7070da7a (diff) | |
download | php-git-8c66fc398f103058ca85a588416b2cfe80468dba.tar.gz |
- FR #60390
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) |