php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24435 PHP has encountered an Access Violation at 77FC8FE1
Submitted: 2003-07-01 08:04 UTC Modified: 2003-07-01 11:29 UTC
From: wells at webtechina dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 5.0.0b1 (beta1) OS: Windows 2000 Server with SP3
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: wells at webtechina dot com
New email:
PHP Version: OS:

 

 [2003-07-01 08:04 UTC] wells at webtechina dot com
Description:
------------
run this script:
<?phpinfo();?>

show me the normal result,

but refresh servral times (over 20)

show me this message:
PHP has encountered an Access Violation at 77FC8FE1

restart IIS will solve this problem

Reproduce code:
---------------
<?phpinfo();?>

Expected result:
----------------
the infomation of my php web server

Actual result:
--------------
PHP has encountered an Access Violation at 77FC8FE1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-01 11:29 UTC] sniper@php.net
Make sure you really are using correct dlls.
Easiest/safest is to delete ALL existing PHP dlls/binaries
and then install the new ones.

 [2003-07-14 21:56 UTC] alantan at tagnetwork dot net
I have the same problem except I have something else...
Every time PHP fails because of this access violation the script always calls a MySQL function... only restarting IIS will fix the problem.

PS: I checked all DLLS and reinstalled, it still does not work.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Apr 02 04:00:01 2026 UTC