]> granicus.if.org Git - php/commitdiff
one more correction for COM upgrading notes
authorAnatoliy Belsky <ab@php.net>
Tue, 19 Jun 2012 12:58:06 +0000 (14:58 +0200)
committerAnatoliy Belsky <ab@php.net>
Tue, 19 Jun 2012 12:58:06 +0000 (14:58 +0200)
UPGRADING

index 97e3297e9c78d7d032d30eb14d81d4e1cfcb3569..a10dca991c43b5c019db2ef8407c08adf014216f 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -512,10 +512,11 @@ b. Extensions with changed behavior
 
 - is_link now works properly for symbolic links on Windows Vista
   or later. Earlier systems do not support symbolic links.
- - As of PHP 5.4.5 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" directive in php.ini.
+
+- As of PHP 5.4.5 and above the COM extension isn't compiled statically in PHP
+  anymore but shared. It'll still be delivered with the standard PHP release but
+  must be activated manually with the "extension = php_com_dotnet.dll" directive
+  in php.ini.
 
 ==================
 12. New in PHP 5.4