From 63df6ea90b04b7a1538676246737f80dd740f65c Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 14 Mar 2020 15:36:27 +0000 Subject: [PATCH] Fix #50473: static dotnet classes can't be called git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349426 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/com/dotnet.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference/com/dotnet.xml b/reference/com/dotnet.xml index d59c7f3179..d7dd1ece75 100644 --- a/reference/com/dotnet.xml +++ b/reference/com/dotnet.xml @@ -13,6 +13,9 @@ call its methods and access its properties, if the class and the methods and properties are visible to COM. + + Neither instantiating static classes nor calling static methods is supported. + You need to install the .Net runtime on your web server to take advantage