php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30433 Erro em instanciamento de objeto COM
Submitted: 2004-10-14 15:52 UTC Modified: 2004-10-14 20:40 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 15:52 UTC] jayron_castro at hotmail dot com
Description:
------------
When I execute the procedure of load of an object COM,always gives an error of "Acess Violation".



Reproduce code:
---------------
<?
$teste = new COM("JaccGeraCod.cCripCod") or die("n?o carregou");
echo "carregou"
?>

Expected result:
----------------
browser out: carregou

Actual result:
--------------
browser out: Access Violation

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-14 16:12 UTC] derick@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip
 [2004-10-14 20:40 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.

stop submitting the same report multiple times.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 05:01:30 2024 UTC