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
 [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 15:01:30 2024 UTC