php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30436 Error in load Object COM
Submitted: 2004-10-14 16:20 UTC Modified: 2004-10-14 20:38 UTC
From: jayron_castro at hotmail dot com Assigned:
Status: Not a bug Package: COM related
PHP Version: 5.0.2 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jayron_castro at hotmail dot com
New email:
PHP Version: OS:

 

 [2004-10-14 16:20 UTC] jayron_castro at hotmail dot com
Description:
------------
All time that goes to be "instancied" an object "DLL" using filter ISAPI occurs an error of "Access Violation".

Warning:
I using IIS 6.0

Descri??o do erro em portugu?s:

Toda vez que vai ser instanciado um objeto DLL usando filtro ISAPI
ocorre um erro de viola??o de acesso, para solucionar o problema foi.

Aten??o:
Estou usando IIS 6.0


Reproduce code:
---------------
<?
$teste = new COM("JaccGeraCod.cCrip") or die("Error");
echo "Working";
?>


Expected result:
----------------
browser out: Working

Actual result:
--------------
Browser out: Access Violation

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-14 20:38 UTC] wez@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 01:01:28 2024 UTC