php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41046 PHP has encountered an Access Violation at 0227A495
Submitted: 2007-04-11 02:56 UTC Modified: 2007-04-20 01:00 UTC
Votes:3
Avg. Score:4.3 ± 0.9
Reproduced:3 of 3 (100.0%)
Same Version:2 (66.7%)
Same OS:1 (33.3%)
From: tech at juuce dot com Assigned:
Status: No Feedback Package: IIS related
PHP Version: 5.2.1 OS: W2K3 Server - Web Editio
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
1 + 1 = ?
Subscribe to this entry?

 
 [2007-04-11 02:56 UTC] tech at juuce dot com
Description:
------------
PHP has encountered an Access Violation at 0227A495

Setup : 
W2K3 - Web Edition
IIS6
PHP 5.2.1 (ISAPI) + Extensions (mysql...)
Zend - 3.2.2

This error is encountered on all sites running under IIS6 with PHP-5.2.1 as ISAPI module which request a php page. (note Zend Optimiser 3.2.2 is running but reproducable when disabled)
This error Message only seems to appear when IIS is restarted and the page is requested for the first time.

Once this error appears the file seems to be locked and it cannot be deleted.

PHP.ini Changes are 
Extensions
Loaction of Log files and TMP upload directory.
WSDL temp directory


Reproduce code:
---------------
echo 'test';

Expected result:
----------------
See Test String

Actual result:
--------------
PHP has encountered an Access Violation at 0227A495

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-04-11 13:59 UTC] tony2001@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2007-04-11 23:20 UTC] tech at juuce dot com
PHP code
<?php

  echo "This line of text should display on screen but doesn't when the error given above occurs";

?>
 [2007-04-12 07:29 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.

Please make sure you've disabled all zend_extension's first.
 [2007-04-20 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-04-23 08:44 UTC] jan dot gehring at gmail dot com
Same problem here but without Zend!

I can't do a backtrace because i don't have the needed tools.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 00:01:32 2024 UTC