My german isn't great. That's somewhat helpful.. I'm not quite sure what to make of it however. Is it something in my pages that is propogating malformed POST data or is it just Internet Explorer demonstrating its W3C compatibility again? (making changes to my code seems to impact the frequency of the errors).
Main Topics
Browse All Topics





by: caterham_wwwPosted on 2004-12-19 at 07:53:35ID: 12862071
To my knowledge and according to http://natune.net/Artikel/ Anleitunge n/PHP/230, the bug is caused by a request of a php script, which contains POST-data.
If you use eg. opera (may be mozilla too) the transmition will be canceled or an other error happens. If you use InternetExplorer, apache craches due to incorrectly memory access.
The error is confirmed with the following versions: Apache 2.0.46 and 2.0.47 with PHP 4.3.0 - 4.3.3 on it.
Other versions might been affected, too.
To solve the problem, you could try an earlier Apache version (before 2.0.46, better 1.37). Or try using php as a module instead of CGI or the other way.
Try to comment out the script line per line to to find out which exact line in your script causes the crach.