ID: 13920
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Sockets related
Operating System: Linux2.4 Debian/Testing G3 PPC
PHP Version: 4.0.5
New Comment:

If it works in CVS, it's gonna work in next release too.
So closed.

--Jani


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

[2001-11-12 09:19:45] [EMAIL PROTECTED]

OK, took me some time to find time, but it works for me (although the other was a 
distributionbuild, this one is mine, so what does it really tell us ?).

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

[2001-11-04 19:19:12] [EMAIL PROTECTED]

Please try the latest CVS. e.g. a snapshot from http://snaps.php.net/


And note that all the functions have been renamed.

--Jani


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

[2001-11-04 10:23:49] [EMAIL PROTECTED]

Note: Ofcourse I know this function is experimental, I'm just trying to help the 
bugsquiding.

I'm running 4.0.5 and checked the changes in 4.0.6 and 4.0.5 of sockets.c to see if 
the close function changed, it didn't (as far as I see it), so I think this also 
applies to 4.0.6

I don't know if this is PPC specific, although I doubt it.

here is the code, that crashes the php module (apache still works, but php doesn't 
output anything and headers don't get send):
<? close ($fd); ?>
if only crashes after multiple times (and with fast enough subsequent tries ?), this 
is what I used for testing:
#! /bin/sh
while true
do
  lynx -source http://127.0.0.1/
done
hope this was helpfull

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



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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to