1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 23:53:30 +02:00

com ext upgrading correction

This commit is contained in:
Anatoliy Belsky
2012-06-18 22:07:19 +02:00
parent 6176b96a23
commit 592917f91f

View File

@@ -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