ID: 35732 Updated by: [EMAIL PROTECTED] Reported By: rene at lico dot nl -Status: Open +Status: Feedback Bug Type: IIS related Operating System: Windows 2003 PHP Version: 5.1.1 New Comment:
Yes. It's worth trying the latest version before starting to debug something. Previous Comments: ------------------------------------------------------------------------ [2005-12-19 13:44:53] rene at lico dot nl Is this the only way? I would rather use a debug method since the server is heavily used... ------------------------------------------------------------------------ [2005-12-19 13:11:00] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.1-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.1-win32-latest.zip ------------------------------------------------------------------------ [2005-12-19 13:04:33] rene at lico dot nl Description: ------------ Using PHP as ISAPI module results in getting "PHP has encountered an Access Violation at ...". The cause of this access violation is quite unknown to me and I have no idea how to debug this error. What I have found is that it _could_ happen on a file_get_contents or a fopen using the http wrapper. But again: i'm not sure. First of all: please help me in tracing down this problem. Reproduce code: --------------- <? print file_get_contents("http://localhost"); ?> Expected result: ---------------- not the actual result :) Actual result: -------------- PHP has encountered an Access Violation at 010E2ED6 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35732&edit=1