1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00

com ext upgrading infos

This commit is contained in:
Anatoliy Belsky
2012-06-18 22:04:40 +02:00
parent b408028b88
commit 1c4e48650c

View File

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