Skip to content

Commit 03eedf0

Browse files
committed
Document new com.dotnet_version INI setting
Cf. <php/php-src#5949>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350811 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent ac83c2c commit 03eedf0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

reference/com/ini.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
<entry>PHP_INI_ALL</entry>
4747
<entry></entry>
4848
</row>
49+
<row>
50+
<entry><link linkend="ini.com.dotnet-version">com.dotnet_version</link></entry>
51+
<entry>""</entry>
52+
<entry>PHP_INI_SYSTEM</entry>
53+
<entry>As of PHP 8.0.0</entry>
54+
</row>
4955
<row>
5056
<entry><link linkend="ini.com.typelib-file">com.typelib_file</link></entry>
5157
<entry>""</entry>
@@ -141,6 +147,19 @@
141147
</listitem>
142148
</varlistentry>
143149

150+
<varlistentry xml:id="ini.com.dotnet-version">
151+
<term>
152+
<parameter>com.dotnet_version</parameter>
153+
</term>
154+
<listitem>
155+
<para>
156+
The version of the .NET framework to use for <classname>dotnet</classname> objects.
157+
The value of the setting is the first three parts of the framework's version number,
158+
separated by dots, and prefixed with <literal>v</literal>, e.g. <literal>v4.0.30319</literal>.
159+
</para>
160+
</listitem>
161+
</varlistentry>
162+
144163
<varlistentry xml:id="ini.com.typelib-file">
145164
<term>
146165
<parameter>com.typelib_file</parameter>

0 commit comments

Comments
 (0)