Stig Venaas
|
4a7f22123f
|
hostconnect now supports IPv6 if getaddrinfo exists, and also tries to
connect to all addresses of a host before giving up. It should also be
thread safe when using getaddrinfo.
|
2000-09-05 13:56:11 +00:00 |
|
Sascha Schumann
|
96128460b7
|
Include "php.h", otherwise we don't have access to the PHP and autoconf
macros.
|
2000-09-04 12:58:08 +00:00 |
|
Stig Venaas
|
f0962c33a1
|
Added timeout argument, but not used yet
|
2000-09-03 19:12:28 +00:00 |
|
Stig Venaas
|
c94933b2fa
|
Network related functions, only for internal use by other PHP code. Tries
to hide the details of address families/protocols, and to reduce duplication
of code.
|
2000-09-03 09:30:41 +00:00 |
|