From 03eedf0ed1185c743181daafda9291c23ba14481 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 7 Oct 2020 17:34:13 +0000 Subject: [PATCH] Document new com.dotnet_version INI setting Cf. . git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350811 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/com/ini.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/reference/com/ini.xml b/reference/com/ini.xml index 5a79e6ca51..79352755f4 100644 --- a/reference/com/ini.xml +++ b/reference/com/ini.xml @@ -46,6 +46,12 @@ PHP_INI_ALL + + com.dotnet_version + "" + PHP_INI_SYSTEM + As of PHP 8.0.0 + com.typelib_file "" @@ -141,6 +147,19 @@ + + + com.dotnet_version + + + + The version of the .NET framework to use for dotnet objects. + The value of the setting is the first three parts of the framework's version number, + separated by dots, and prefixed with v, e.g. v4.0.30319. + + + + com.typelib_file