From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.2.0
PHP Bug Type:     Sockets related
Bug description:  socket_fd_*() functions

I'm trying to develop a multi-client socket server and this requires using
some trick to manage all the client sockets at one time...

I am on Win2k so all the functions to "fork" in the program are not
available.  I decided to use the socket_select() way that needs calls to
socket_fd_*() functions but these do not seem to exist : "Call to
undefined function:  socket_fd_alloc()".  Apparently, all other socket
functions ARE available...  is this a bug or the win32 socket library just
doesn't contain these functions?  If you have any alternatives, it would
be very great...
-- 
Edit bug report at http://bugs.php.net/?id=16950&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16950&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16950&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16950&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16950&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16950&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16950&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16950&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16950&r=submittedtwice

Reply via email to