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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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 Mar 29 08:01:27 2024 UTC