Skip to content

Commit 766f190

Browse files
committed
.Net framework 4.0 and later are supported as of PHP 8.0.0
1 parent 6bc82c0 commit 766f190

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

reference/com/dotnet.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@
3030
</note>
3131
<note>
3232
<para>
33-
.Net framework 4.0 and later are not supported by the <classname>dotnet</classname>
34-
class. If assemblies have been registered with <command>regasm.exe</command>,
35-
the classes can be instantiated as <classname>com</classname> objects, though.
33+
Prior to PHP 8.0.0, .Net framework 4.0 and later were not supported by the <classname>dotnet</classname>
34+
class. If assemblies had been registered with <command>regasm.exe</command>,
35+
the classes could be instantiated as <classname>com</classname> objects, though.
36+
As of PHP 8.0.0, .Net framework 4.0 and later are supported via the &php.ini;
37+
directive <link linkend="ini.com.dotnet-version">com.dotnet_version</link>.
3638
</para>
3739
</note>
3840
</section>

0 commit comments

Comments
 (0)