ID: 28532 User updated by: christian at wenz dot org Reported By: christian at wenz dot org Status: Bogus Bug Type: COM related Operating System: WinXP PHP Version: 5.0.0RC2 New Comment:
aaaaahh you are right. Thanks, Wez! Previous Comments: ------------------------------------------------------------------------ [2004-05-26 17:41:23] [EMAIL PROTECTED] There is no function by that name. Please read this: http://livedocs.thebrainroom.net/en/ref.com.html http://livedocs.thebrainroom.net/en/class.dotnet.html (the online php.net manual is not up to date) ------------------------------------------------------------------------ [2004-05-26 17:23:57] christian at wenz dot org 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28532&edit=1