On Mon, Jul 29, 2002 at 09:38:59PM -0400, Michael wrote :
> I have a series of scripts that a user developed using socket_fd_*, but as
> of PHP 4.2 these no longer exist. Anyone have a document or hint guide on
> what the new functions have been renamed as?
They haven't been renamed, the have been removoed and are
currently not needed anymore. Instead of the socket_fd
resource you pass an array of sockets directly to
socket_select(). Also see the manpage php.net/socket_select
which has already been updated a bit for the new behaviour.
- Markus
--
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
"Adding is_deleted() would be the first is_*() function in PHP that I
know of that checks if something *is not* something. Really bad." - SB
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php