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
 [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: Wed Apr 24 10:01:31 2024 UTC