Commit:    5c001d42d415eb376413e76d0b69efd1ef28e138
Author:    Anatoliy Belsky <a...@php.net>         Tue, 19 Jun 2012 14:58:06 
+0200
Parents:   df138c57198ff57bedb3fc6a34c5b084efe2c106
Branches:  PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=5c001d42d415eb376413e76d0b69efd1ef28e138

Log:
one more correction for COM upgrading notes

Changed paths:
  M  UPGRADING


Diff:
diff --git a/UPGRADING b/UPGRADING
index 97e3297..a10dca9 100755
--- 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to