Commit:    1c4e48650cb9471805b0fa2801c9d4bc7bbbb465
Author:    Anatoliy Belsky <a...@php.net>         Mon, 18 Jun 2012 22:04:40 
+0200
Parents:   b408028b880ff2defd62d6e7c2bdb9da9f0d75ff
Branches:  PHP-5.4 master

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

Log:
com ext upgrading infos

Changed paths:
  M  UPGRADING


Diff:
diff --git a/UPGRADING b/UPGRADING
index 15da46e..97e3297 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -512,6 +512,10 @@ 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.
 
 ==================
 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