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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sun May 12 20:01:33 2024 UTC