|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-10-14 20:38 UTC] wez@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 03:00:01 2025 UTC |
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