On 2001-04-17 22:38:00, "Stig Venaas" <[EMAIL PROTECTED]> wrote:
> To do sockets with different families properly I need to store some
> place what family it is when it's created. So I want all sockets in
> PHP to have an associated datastructure with this and perhaps other
> data in it (this is not needed when the socket is created and destroyed
> inside some low level function).

Although I'm currently using stream->abstract to hold the socketd, there is nothing 
stopping us from holding a pointer to a socket info struct to keep that data.

--Wez.


-- 
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