php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28532 call to undefined function dotnet_load
Submitted: 2004-05-26 17:23 UTC Modified: 2004-05-26 17:51 UTC
From: christian at wenz dot org Assigned:
Status: Not a bug Package: COM related
PHP Version: 5.0.0RC2 OS: WinXP
Private report: No CVE-ID: None
 [2004-05-26 17:23 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-26 17:41 UTC] wez@php.net
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:51 UTC] christian at wenz dot org
aaaaahh you are right. Thanks, Wez!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 21:01:29 2024 UTC