1
0
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:
Christoph M. Becker
2021-12-02 19:22:30 +01:00
parent 6bc82c07c2
commit 766f190db3

View File

@@ -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>