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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: christian at wenz dot org
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 02:01:28 2024 UTC