php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3086 PHP.EXE Crashes when reciving from a TCP connection
Submitted: 2000-01-03 08:33 UTC Modified: 2002-10-01 14:23 UTC
From: daniel at restech dot se Assigned:
Status: Wont fix Package: Reproducible Crash
PHP Version: 3.0.11 OS: Win2k/Apache
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
13 - 5 = ?
Subscribe to this entry?

 
 [2000-01-03 08:33 UTC] daniel at restech dot se
I seem to have made something terrebly wrong here, or there is a bug in PHP. I'm constructing an interface for the web that communicates with our (ResTech's) booking system. The comm is established with 'fsockopen' to a listen port in the booking system. Since all data is stored in an SQL on the listening side, some questions take longer than others. It seems that if PHP has to wait too long for the TCP reply, it crashes when it finally arrives (allthough is still not as long as the specified timeout to fsockopen).

This happens about 50% of times, if the reply takes a little time to arrive. When i put in a few echo's in the script for debug purpouses, the problem seems to be eliminated.

Thanks for any reply/suggestion.
/Daniel

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 14:23 UTC] hholzgra@php.net
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC