Skip to content

Commit f072662

Browse files
committed
one more correction for COM upgrading notes
1 parent a8948d0 commit f072662

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎UPGRADING

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,10 @@ UPGRADE NOTES - PHP 5.3
479479
- Firebird and SNMP support are no longer available on Windows. Firebird support
480480
may be reintroduced in the future.
481481

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.
485486

486487
=====================
487488
11.1 New in PHP 5.3.4

0 commit comments

Comments
 (0)