Edit report at https://bugs.php.net/bug.php?id=41078&edit=1
ID: 41078 Comment by: ben at nullcreations dot net Reported by: mail at brutos dot org Summary: Its not possible to call Static dotNet Classes with dotnet Status: Assigned Type: Bug Package: COM related Operating System: Windows Vista Ultimate x86 PHP Version: 5CVS-2007-04-13 (snap) Assigned To: wez Block user comment: N Private report: N New Comment: Reproduced in Windows 7 using php 5.4.9 Previous Comments: ------------------------------------------------------------------------ [2007-04-13 17:45:35] mail at brutos dot org 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 this bug report at https://bugs.php.net/bug.php?id=41078&edit=1