summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-05-28 17:43:36 -0700
committerStanislav Malyshev <stas@php.net>2012-05-28 17:43:36 -0700
commit0a90643e5391dc2e3483536d7be8923993c0ac8c (patch)
tree07dc95f4ea96f28175e280cacaef1b7b90e4498d
parent4b04bf8793379cf2f4d1418939b65c6d81b072ec (diff)
downloadphp-git-0a90643e5391dc2e3483536d7be8923993c0ac8c.tar.gz
add bug 62146
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 911fef9fce..a7d2b7fb7d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2012, PHP 5.4.4
+- COM:
+ . Fixed bug #62146 com_dotnet cannot be built shared. (Johannes)
+
- CLI Server:
. Implemented FR #61977 (Need CLI web-server support for files with .htm &
svg extensions). (Sixd, Laruence)