ID: 41046 Updated by: [EMAIL PROTECTED] Reported By: tech at juuce dot com -Status: Open +Status: Feedback Bug Type: IIS related Operating System: W2K3 Server - Web Editio PHP Version: 5.2.1 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2007-04-11 23:20:57] 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-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