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

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


And note that all the functions have been renamed.

--Jani


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

[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