Commit:    f0726626210d6a1785c4a171c3576a7566aaeae5
Author:    Anatoliy Belsky <a...@php.net>         Tue, 19 Jun 2012 14:42:59 
+0200
Parents:   a8948d08083bf59d437ac21abe5929f5668f41d7
Branches:  PHP-5.3 PHP-5.4 master

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

Log:
one more correction for COM upgrading notes

Changed paths:
  M  UPGRADING


Diff:
diff --git a/UPGRADING b/UPGRADING
index e2ab3e7..9d62054 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -479,9 +479,10 @@ UPGRADE NOTES - PHP 5.3
 - Firebird and SNMP support are no longer available on Windows. Firebird 
support
   may be reintroduced in the future.
 
-- 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" directive in php.ini.
+- As of PHP 5.3.15 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.
 
 =====================
 11.1 New in PHP 5.3.4


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

Reply via email to