ID:               41046
 User updated by:  tech at juuce dot com
 Reported By:      tech at juuce dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         IIS related
 Operating System: W2K3 Server - Web Editio
 PHP Version:      5.2.1
 New Comment:

PHP code
<?php

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

?>


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

[2007-04-11 13:59:05] [EMAIL PROTECTED]

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 02:56:47] 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


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


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

Reply via email to