File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -479,9 +479,10 @@ UPGRADE NOTES - PHP 5.3
479
479
- Firebird and SNMP support are no longer available on Windows. Firebird support
480
480
may be reintroduced in the future.
481
481
482
- - As of PHP 5.3.15 and above the COM extension isn't compiled into PHP anymore.
483
- It'll still be delivered with the standard PHP release but must be enclosed
484
- with the "extension = php_com_dotnet.dll" directive in php.ini.
482
+ - As of PHP 5.3.15 and above the COM extension isn't compiled statically in PHP
483
+ anymore but shared. It'll still be delivered with the standard PHP release but
484
+ must be activated manually with the "extension = php_com_dotnet.dll" directive
485
+ in php.ini.
485
486
486
487
=====================
487
488
11.1 New in PHP 5.3.4
You can’t perform that action at this time.
0 commit comments