]> granicus.if.org Git - php/commitdiff
com ext upgrading correction
authorAnatoliy Belsky <ab@php.net>
Mon, 18 Jun 2012 20:07:19 +0000 (22:07 +0200)
committerAnatoliy Belsky <ab@php.net>
Mon, 18 Jun 2012 20:07:19 +0000 (22:07 +0200)
UPGRADING

index 7b82383c0e0e56150a5678d6f17f0f0fb6917af7..e2ab3e7aa1cd915a0c0dbb7c8d60b86aa8738b9d 100755 (executable)
--- 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