ID: 32693 User updated by: lmayer at cswg dot com Reported By: lmayer at cswg dot com -Status: Feedback +Status: Open Bug Type: Performance problem Operating System: windows 2000 PHP Version: 4.3.10 New Comment:
Thanks for that. I did what you said although I went to 5.0.4 and now I've killed the server. PHP won't see the .ini file. The asp files on the same webserver run fine. Now instead of breaking once in a while it is completely hosed. I followed the directions exectly, right out of the install.txt. So almost 8 months of work is going to have to be completely redone in ASP. since I can't make this work at all. Previous Comments: ------------------------------------------------------------------------ [2005-04-13 17:18:46] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [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