mirror of
https://github.com/php/doc-en.git
synced 2026-03-27 17:22:10 +01:00
.Net framework 4.0 and later are supported as of PHP 8.0.0
This commit is contained in:
@@ -30,9 +30,11 @@
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
.Net framework 4.0 and later are not supported by the <classname>dotnet</classname>
|
||||
class. If assemblies have been registered with <command>regasm.exe</command>,
|
||||
the classes can be instantiated as <classname>com</classname> objects, though.
|
||||
Prior to PHP 8.0.0, .Net framework 4.0 and later were not supported by the <classname>dotnet</classname>
|
||||
class. If assemblies had been registered with <command>regasm.exe</command>,
|
||||
the classes could be instantiated as <classname>com</classname> objects, though.
|
||||
As of PHP 8.0.0, .Net framework 4.0 and later are supported via the &php.ini;
|
||||
directive <link linkend="ini.com.dotnet-version">com.dotnet_version</link>.
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user