ID: 36035 Comment by: elgrandidou at liiri dot com Reported By: reha at bilgiparki dot com Status: Assigned Bug Type: COM related Operating System: Windows 2003 PHP Version: 5.1.2 Assigned To: wez New Comment:
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 Previous Comments: ------------------------------------------------------------------------ [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