From: Anatoliy Belsky Date: Mon, 18 Jun 2012 20:07:19 +0000 (+0200) Subject: com ext upgrading correction X-Git-Tag: php-5.3.15RC1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=592917f91fce25a7b0245d34d024595dacc4e06f;p=php com ext upgrading correction --- diff --git a/UPGRADING b/UPGRADING index 7b82383c0e..e2ab3e7aa1 100755 --- a/UPGRADING +++ b/UPGRADING @@ -481,7 +481,7 @@ UPGRADE NOTES - PHP 5.3 - As of PHP 5.3.15 and above the COM extension isn't compiled into PHP anymore. It'll still be delivered with the standard PHP release but must be enclosed - with the "extension = php_com_dotnet.dll". + with the "extension = php_com_dotnet.dll" directive in php.ini. ===================== 11.1 New in PHP 5.3.4