ID: 36035 Updated by: [EMAIL PROTECTED] Reported By: reha at bilgiparki dot com -Status: Assigned +Status: Bogus Bug Type: COM related Operating System: Windows 2003 PHP Version: 5.1.2 Assigned To: wez New Comment:
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. Dupe of bug #35954 Previous Comments: ------------------------------------------------------------------------ [2006-01-24 14:42:25] elgrandidou at liiri dot com Same problem: Php 5.1.2 COM function can't call a registered DLL into server, but it is working correctly on Php 5.0.5. Same error: Fatal error: Uncaught exception 'com_exception' with message 'Error [0x80020003] Member not found.' I use the COM object of hMailServer 4.2: http://hmailserver.com/?page=show_mirrors&downloadid=108 ------------------------------------------------------------------------ [2006-01-16 21:42:49] [EMAIL PROTECTED] Assigned to the maintainer. ------------------------------------------------------------------------ [2006-01-16 21:39:04] reha at bilgiparki dot com Description: ------------ Php 5.1.2 COM function can't call a registered DLL into server, but it is working correctly on Php 5.0.5 Reproduce code: --------------- <? $pay = new COM("epayapi.payment") or die("BilgiPARKI POS hatalĂ˝"); ?> Expected result: ---------------- There shouldn't be return any error Actual result: -------------- Fatal error: Uncaught exception 'com_exception' with message 'Error [0x80020003] Member not found. ' in F:\www\secure.bilgiparki.com\test.php:2 Stack trace: #0 F:\Hosts\secure.bilgiparki.com\test.php(2): unknown() #1 {main} thrown in D:\www\secure.bilgiparki.com\test.php on line 2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36035&edit=1