mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
54a343afdc
commit
63df6ea90b
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
call its methods and access its properties, if the class and the methods and
|
||||
properties are <link xlink:href="&url.com.visible;">visible to COM</link>.
|
||||
</para>
|
||||
<para>
|
||||
Neither instantiating static classes nor calling static methods is supported.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
You need to install the .Net runtime on your web server to take advantage
|
||||
|
|
Loading…
Reference in a new issue