summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-06-18 22:07:19 +0200
committerAnatoliy Belsky <ab@php.net>2012-06-18 22:07:19 +0200
commit592917f91fce25a7b0245d34d024595dacc4e06f (patch)
tree31ff9c29e5b8a5df60710467775f4b651ce1cd84
parent6176b96a230ac76827242256b1c92e0ac7871f14 (diff)
downloadphp-git-592917f91fce25a7b0245d34d024595dacc4e06f.tar.gz
com ext upgrading correction
-rwxr-xr-xUPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 7b82383c0e..e2ab3e7aa1 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