From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.2.1
PHP Bug Type:     Sockets related
Bug description:  Socket dies if there's too much incoming data

I'm working on a script to administrate half-life servers.

When I try to dump a rules list, which consists of more then approx. 80
rules ( 1 Rule = 2 strings of about 20 and 3 chars ), the PHP script dies
and waits forever.

The same problem when I do a players dump and there are more than 16
players on a server.

The fsockopen() and socket-functions don't seem too reliable, is there any
possibility that this will change in the next versions?
-- 
Edit bug report at http://bugs.php.net/?id=20219&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20219&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20219&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20219&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20219&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20219&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20219&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20219&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20219&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20219&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20219&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20219&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20219&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20219&r=isapi

Reply via email to