Commit:    592917f91fce25a7b0245d34d024595dacc4e06f
Author:    Anatoliy Belsky <a...@php.net>         Mon, 18 Jun 2012 22:07:19 
+0200
Parents:   6176b96a230ac76827242256b1c92e0ac7871f14
Branches:  PHP-5.3 PHP-5.4 master

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

Log:
com ext upgrading correction

Changed paths:
  M  UPGRADING


Diff:
diff --git a/UPGRADING b/UPGRADING
index 7b82383..e2ab3e7 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


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

Reply via email to