ID:               41042
 Comment by:       jdriddle_producer at yahoo dot com
 Reported By:      tissuescar at gmail dot com
 Status:           No Feedback
 Bug Type:         IIS related
 Operating System: XP Professional
 PHP Version:      5.2.1
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[2007-07-30 19:49:38] 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-04-18 01:00:00] 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-04-10 16:57:42] [EMAIL PROTECTED]

Don't forget to remove/disable all zend_extension's.

------------------------------------------------------------------------

[2007-04-10 16:57:08] [EMAIL PROTECTED]

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:48:33] 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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41042&edit=1

Reply via email to