php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41042 PHP has encountered an access violation at 017d765e
Submitted: 2007-04-10 16:48 UTC Modified: 2007-04-18 01:00 UTC
Votes:3
Avg. Score:5.0 ± 0.0
Reproduced:3 of 3 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (33.3%)
From: tissuescar at gmail dot com Assigned:
Status: No Feedback Package: IIS related
PHP Version: 5.2.1 OS: XP Professional
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2007-04-10 16:48 UTC] tissuescar at gmail dot com
Description:
------------
PHP has encountered an access violation at 017d765e.

I'm trying to call a basic php page to test the installation on my machine.


Reproduce code:
---------------
<html>
<head>
<title> PHP test page </title>
</head>
<body>
<? print(Date("l F d, Y")); ?)>
</body>
</html>

Expected result:
----------------
date needs to be displayed in the browser

Actual result:
--------------
PHP has encountered an access violation at 017d765e

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-04-10 16:57 UTC] tony2001@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2007-04-10 16:57 UTC] tony2001@php.net
Don't forget to remove/disable all zend_extension's.
 [2007-04-18 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2007-07-30 19:49 UTC] jdriddle_producer at yahoo dot com
I have been having a similar issue with a new install of the latest stable release (5.2.3) with IIS 5.1 (iisapi) under WinXP. I am developing on this machine (for eventual deployment on IIS/php5), and have no access to a compiler.

The webserver cannot successfully access any php files, and the error I get in my browser is:

PHP has encountered an Access Violation at 010A8CAE.

The exact memory address changes, and it is sometimes accompanied by an HTTP 500 error from IIS.

All file system permission are set properly.

I tried to use your instructions at http://bugs.php.net/bugs-generating-backtrace-win32.php to get more information, but they are not adequate for testing the IISAPI module.

It seems this or similar bugs have a long history of being ignored, marked bogus, or getting no additional information. I am willing to help isolate this, but without better instructions/more tools, I will be unable to assist.
 [2007-07-30 22:23 UTC] jdriddle_producer at yahoo dot com
I withdraw my comment. After further research, this was an installer issue. Apparently the installer created references in php.ini to extensions that were not actually installed to the extensions directory, leading to an error on startup

This may be true of many more recent reports of this issue.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC