ID:               31731
 Updated by:       [EMAIL PROTECTED]
 Reported By:      kberewards at hotmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         IIS related
 Operating System: Windows 2000 Advanced Server
 PHP Version:      5.0.2
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip




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

[2005-01-28 16:56:56] kberewards at hotmail dot com

Going to try the following fix (from
http://www.eventid.net/display.asp?eventid=204&eventno=731&source=WAM&phase=1):
1. - control panel --> administrative tools --> component services
2. - expand the tree component services --> computers --> my computer
--> com + applications
3. - right click on iis out-of-process pooled applications and select
the properties
4. - click on the "identity" tab
5. - select "interactive user - the current logged on user"
6. - click "ok"

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

[2005-01-27 23:24:13] kberewards at hotmail dot com

Description:
------------
1.Renamed file entitled "php.ini-recommended" to "php.ini", and copied
the file to the directory "c:\winnt"
2.Made the following alterations:
a.from "ouput_buffering = 4096" to "output_buffering = Off"
b.from "max_execution_time = 30" to "max_execution_time = 300"
c.from "register_long_arrays = Off" to "register_long_arrays = On"
d.from "post_max_size = 8M" to "post_max_size = 101M"
e.from ";include_path = '.;c:\php\includes'" (under "Windows:
'\path1\path2'") to "include_path = 'd:\inetpub\wwwroot\include'"
f.from "; cgi.force_redirect = 1" to "cgi.force_redirect = 0"
g.Made “upload_tmp_dir” equal to “c:/php/up_tmp”
h.from "upload_max_filesize = 2M" to "upload_max_filesize = 100M"
i.from ";extension=php_mssql.dll" to "extension=php_mssql.dll"
j.from ";extension=php_mysql.dll" to "extension=php_mysql.dll"
k.from "mysql.default_port =" to "myself.default_port = 3306"
l.from ";session.save_path = '/tmp'" to "session.save_path =
'c:\php\tmp'"
m.from "session.gc_divisor = 1000" to "session.gc_divisor = 100"
3.The server's Event Viewer is giving the following error:
Event Type: Error
Event Source: WAM
Event ID: 204
Description: The HTTP server encountered an unhandled exception while
processing the ISAPI Application '
wam!WAM_REQ_CORE::GetSz(unsigned long)const  + 0x51
php5isapi + 0x1172
wam!DllCanUnloadNow + 0x636
wam!DllCanUnloadNow + 0x20C
w3svc!HTTP_HEADERS::FindValue(char const *,unsigned long *) + 0xE2
w3svc!STR::Copy(char const *,unsigned long) + 0xC71
w3svc!STR::Copy(char const *,unsigned long) + 0xB49
w3svc!STR::Copy(char const *,unsigned long) + 0x9A2
w3svc!CLIENT_CONN::OnSessionStartup(int *,void *,unsigned long,int) +
0x642
w3svc!HTTP_REQUEST::ReprocessURL(char *,enum HTTP_VERB) + 0x25A
w3svc!W3_SERVER_INSTANCE::ResetSSLInfo(void *) + 0x2F49
w3svc!CLIENT_CONN::Disconnect(class HTTP_REQ_BASE *,unsigned
long,unsigned long,int,int *) + 0x114
w3svc!DumpW3InfoToHTML + 0x1986
w3svc!CLIENT_CONN::OnSessionStartup(int *,void *,unsigned long,int) +
0x5CF
w3svc!HTTP_HEADERS::Reset(void) + 0x1CA
w3svc!STR::Copy(char const *,unsigned long) + 0x16EF
ISATQ!CDirMonitor::RemoveEntry(class CDirMonitorEntry *) + 0x13A +
0x7B0EF012
'.
For additional information specific to this message please visit the
Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.

Expected result:
----------------
Page should open.

Actual result:
--------------
Get these errors instead:
1.The page cannot be displayed
2.PHP has encountered an Access Violation at 77FCCA95


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


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

Reply via email to