ID: 36035 Updated by: [EMAIL PROTECTED] Reported By: reha at bilgiparki dot com -Status: Open +Status: Assigned Bug Type: COM related Operating System: Windows 2003 PHP Version: 5.1.2 -Assigned To: +Assigned To: wez New Comment:
Assigned to the maintainer. Previous Comments: ------------------------------------------------------------------------ [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