|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Dear Friends,
I am using php 4.3 (cgi mode) + win2000(iis5) with sp3 installed. My problem is......... Some times mostly while using fsockopen() function php crashes after producing Error: PHP has encountered an Access Violation at 77FCBFAE or Error: PHP has encountered an Access Violation at 00ED29AE or Error: PHP has encountered an Access Violation at 77FCC4B6 etc.. What may be the problem? Please help Thanks in advance.. |
|
#2
|
|||
|
|||
|
praveen,
I haven't come across this problem yet, however I suggest you go and check out the PHP Bug Archive to see if this has been reported, and if it has to see if there are any fixes for it. You might also want to try using PHP as an ISAPI extension of IIS, rather than as CGI. -Jeb. |
|
#3
|
|||
|
|||
|
Thanks Jeb
I was first running php as isapi module i switched to cgi after this problem but same problem exists with cgi
I tried using php 4.2.3 also there also same problem. What to do i don't know. Regards Praveen let me check php.net |
|
#4
|
|||
|
|||
|
try session_start() to remove access violation error
Unfortunately, this bug does not seem to be a big priority with the PHP folks: it has been listed in close to a thousand bugs and 99% have been dismissed as bogus..
The most useful bit of information I have seen is to make sure the session_start() method is called at the top of pages that use session state. It does look like once you receive the error you will continue to receive the error until you restart IIS. Hope that helps, Grant Stevens http://www.grant-stevens.com/ |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > PHP 4.3 + IIS urgent Help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|