From:             christian at wenz dot org
Operating system: WinXP
PHP version:      5.0.0RC2
PHP Bug Type:     COM related
Bug description:  call to undefined function dotnet_load

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 bug report at http://bugs.php.net/?id=28532&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28532&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28532&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28532&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28532&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28532&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28532&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28532&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28532&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28532&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28532&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28532&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28532&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28532&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28532&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28532&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28532&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28532&r=float

Reply via email to