|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-05-26 17:41 UTC] wez@php.net
[2004-05-26 17:51 UTC] christian at wenz dot org
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 18:00:01 2025 UTC |
Description: ------------ calling dotnet_load() returns "call to undefined function" although phpinfo() says ".Net support enabled " in the "com_dotnet" section Reproduce code: --------------- <?php $al = dotnet_load("mscorlib", "System.Collections.ArrayList"); ?> Expected result: ---------------- no error message :-) Actual result: -------------- Fatal error: Call to undefined function dotnet_load() in xxx.php on line 2