From:             mail at brutos dot org
Operating system: Windows Vista Ultimate x86
PHP version:      5CVS-2007-04-13 (snap)
PHP Bug Type:     COM related
Bug description:  Its not possible to call Static dotNet Classes with dotnet

Description:
------------
You can call non static classes like
System.Collections.Stack
or
System.Text.StringBuilder

But no static classes like System.Console.

Reproduce code:
---------------
<?php
  $console = new DOTNET("mscorlib", "System.Console");
  $console->WriteLine("Hello World!");
?>

Expected result:
----------------
Hello World!

Actual result:
--------------
Fatal error: Uncaught exception 'com_exception' with message 'Failed to
instanti
ate .Net object [CreateInstance] [0x80131513] ' in
C:\Users\Brutos\Desktop\test.php:2
Stack trace:
#0 C:\Users\Brutos\Desktop\test.php(2): dotnet->dotnet('mscorlib',
'System.Console')
#1 {main}
  thrown in C:\Users\Brutos\Desktop\test.php on line 2

-- 
Edit bug report at http://bugs.php.net/?id=41078&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41078&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41078&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41078&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41078&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41078&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41078&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41078&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41078&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41078&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41078&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41078&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41078&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41078&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41078&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41078&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41078&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41078&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41078&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41078&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41078&r=mysqlcfg

Reply via email to