ID:               35081
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mcyra at chello dot at
-Status:           Open
+Status:           Assigned
 Bug Type:         COM related
 Operating System: WinXP
 PHP Version:      5.0.5
-Assigned To:      
+Assigned To:      wez
 New Comment:

Assigned to the maintainer of COM extension.


Previous Comments:
------------------------------------------------------------------------

[2005-11-03 18:13:18] mcyra at chello dot at

I have checked with the given link, result was:

Fatal error: Uncaught exception 'com_exception' with message 'Failed to
instantiate .Net object [CreateInstance] [0x80070057] Falscher
Parameter.' in D:\NET\test.php:2
Stack trace:
#0 D:\NET\test.php(2): dotnet->dotnet('mscorlib', 'System.Co
llecti...')
#1 {main}
  thrown in D:\NET\test.php on line 2

------------------------------------------------------------------------

[2005-11-03 15:47:59] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



------------------------------------------------------------------------

[2005-11-03 08:03:25] mcyra at chello dot at

Description:
------------
A sample script from documentation causes this error.
German version of WinXP.
Microsoft .NET Framework 1.1.
Microsoft .NET Framework 1.1 German Language Pack.
PHP 5.0.5 (cli) (build: Sep 5 2005 15:54:44)
Zend Engine v2.0.5

Reproduce code:
---------------
<?php
  $stack = new DOTNET("mscorlib", "System.Collections.Stack");

  $stack->Push(".Net");
  $stack->Push("Hello ");

  echo $stack->Pop() . $stack->Pop();
?>

Actual result:
--------------
Fatal error: Uncaught exception 'com_exception' with message 'Failed to
instantiate .Net object [CreateInstance] [0x80070057] Falscher
Parameter.' in D:\NET\test.php:2
Stack trace: 
#0 D:\NET\test.php(2): dotnet->dotnet('mscorlib',
'System.Collecti...')
#1 {main}
  thrown in D:\NET\test.php on line 2


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35081&edit=1

Reply via email to