ID: 30979
Comment by: mironh at saoluis dot ma dot gov dot br
Reported By: jayron_castro at hotmail dot com
Status: Open
Bug Type: COM related
Operating System: Windows 2003
PHP Version: 5.0.2
New Comment:
As I can work with objects with using the engine2 with the
compatibility option with the engine1, without happening the mistake of
carrying the object.
Previous Comments:
------------------------------------------------------------------------
[2004-12-04 12:55:56] gmadian at saoluis dot ma dot gov dot br
same bug, as I can solve?
------------------------------------------------------------------------
[2004-12-04 04:23:48] eliziane_castro at hotmail dot com
several times with me that bug already happened
------------------------------------------------------------------------
[2004-12-04 01:46:56] jayron_castro at hotmail dot com
Description:
------------
when the option below is active error it always happens in the script:
zend.ze1_compatibility_mode = On
ATTENTION:
the only solution is to incapacitate:
zend.ze1_compatibility_mode = Off
Reproduce code:
---------------
$ocodaut = new COM("JaccGeraCod.cCripCod") or die("objeto n�o
instanciado");
$vl_codaut = $ocodaut->Autorizacao(7075,12,12,101,50);
echo "codigo: $vl_codaut";
Expected result:
----------------
teste: 00280282528
Actual result:
--------------
PHP has encountered an Access Violation at 0178F6B4
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=30979&edit=1