ID:               28532
 Updated by:       [EMAIL PROTECTED]
 Reported By:      christian at wenz dot org
-Status:           Open
+Status:           Bogus
 Bug Type:         COM related
 Operating System: WinXP
 PHP Version:      5.0.0RC2
 New Comment:

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)


Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to