ID: 32693 Updated by: [EMAIL PROTECTED] Reported By: lmayer at cswg dot com -Status: Open +Status: Feedback Bug Type: Performance problem Operating System: windows 2000 PHP Version: 4.3.10 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Previous Comments: ------------------------------------------------------------------------ [2005-04-13 13:00:25] lmayer at cswg dot com Description: ------------ when there is a lot of activity on the server e.g. file uploads especially, regular traffic doesn't seem to matter, PHP will crash. - nothing in server error log, nothing in SQL server error log - nothing on any internet web search. I search every possible parameter. - changed directoy in PHP.ini on upload_tmp_dir to D:\Inetpub\wwwroot\Corp\Trans\PHP with correct permissions - changed permissions on session.save_path= C:\PHP\sessiondata to give write permissions to both internet guest accounts. - added mssql_close to the upload files: errorcheck, upload, step4 and step 3 to with the connection information at the end of the script. - fixes itself when you restart IIS and assorted services. Reproduce code: --------------- There are 5 possible pages it could be. I haven't been able to narrow it down. Expected result: ---------------- I expect the PHP program not to crash when there is a lot of activity. Actual result: -------------- IIS continues to run other webpages continue to be displayed, however PHP stops running. Whenever you try to connect to a PHP page you get the message: PHP has encountered an Access Violation at 77FCC35A ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32693&edit=1