ID: 16362 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: IIS related Operating System: Win2k build 2195/XP PHP Version: 4.1.2 New Comment:
See if you can narrow it down some more. What does the message log say when it dies for you? If it's not serving ASP pages correctly, it may be IIS: perhaps an uninstall/reinstall cycle is needed. Do you have all of the IIS updates installed? The error that I reported may not be the same because it goes away when I restart IIS; I don't need to reboot my computer. Also, try this: serve up an asp page. Then wait "a while" and see if it behaves the same way. Previous Comments: ------------------------------------------------------------------------ [2002-04-02 09:11:10] [EMAIL PROTECTED] so does this mean that there is nothing I can do, or can this problem be remedied by changing something in IIS or in the php.ini? I can't find anything very helpful at microsoft. Which I can't understand. Why wouldn't they offer help to someone wanting to use a product that is in direct competition with one of theirs? ------------------------------------------------------------------------ [2002-04-01 16:07:46] [EMAIL PROTECTED] Have to revise my last comment. It did it for me too, using a build from Thursday's CVS. Event viewer had the following to say. The HTTP server encountered an unhandled exception while processing the ISAPI Application ' php4ts!zend_strndup + 0x2B + 0x17469F70 '. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. ------------------------------------------------------------------------ [2002-04-01 14:54:55] [EMAIL PROTECTED] Executable: c:\php\php4isapi.dll Extenstion: .php Verbs: All Verbs Script Engine: checked Check that file exists: checked --DEFAULT WEB SITE PROPERTIES-- Execute Permissions: Scripts only App Protection: Medium (pooled) Script source access Read Write Log visits Index this resourse --VIRTUAL DIRECTORY PROPERTIES-- Execute Permissions: Scripts only Application Protection: Low (IIS Process) Read Log visits Index this resource --------------------------------- it seems to be more stable when I put the virtual directory application protection on 'Low' ------------------------------------------------------------------------ [2002-04-01 10:44:42] [EMAIL PROTECTED] How long is a while? I left mine for 4 days and didn't have the same problem. How do you have the .php extension configured? ------------------------------------------------------------------------ [2002-03-31 12:57:49] [EMAIL PROTECTED] IIS will not serve my ASP files correctly either. sometimes it will serve them correctly. then after hitting refresh it will give this output: -2147417842 (0x8001010e) With source code of: <html>-2147417842 (0x8001010e)</body></html> then if I refresh a couple more times it will work again. refresh too much... 10 or 15 times and then I get this error: HTTP 403.9 - Access Forbidden: Too many users are connected Internet Information Services then, IIS will no longer serve any pages ASP or PHP until I restart the computer. here is my complete source for the ASP file. <HTML> <HEAD> <TITLE>Test Write Permission</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <% Response.Write "ASP" %> </BODY> </HTML> Still not serving PHP pages consistently either. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/16362 -- Edit this bug report at http://bugs.php.net/?id=16362&edit=1