I use win2k, IIS5.0, and php4.3.2RC4-Win32. And i have created a com(dll) to call for a web services created by delphi. I use the php "com" function to call this dll. This is the error i got "PHP has encountered an Access Violation at 00020400", i got this hex "00020400" everytime. Here is the code,
<?
$conn = new COM("MySession.SessionCall") or die("Cannot start GSSessionService");
$conn->ValidateSession('89381982');
?>
I test the same com with ASP and it run fine.
Any ideas or suggestions?
From chinwah
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php