History log of /PHP-7.4/main/network.c (Results 226 – 231 of 231)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d57e56ab 05-Sep-2000 Stig Venaas

using emalloc and efree, instead of malloc and free


# 24633f59 05-Sep-2000 Stig Venaas

renamed hostconnect() to php_hostconnect()


# 4a7f2212 05-Sep-2000 Stig Venaas

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.


# 96128460 04-Sep-2000 Sascha Schumann

Include "php.h", otherwise we don't have access to the PHP and autoconf
macros.


# f0962c33 03-Sep-2000 Stig Venaas

Added timeout argument, but not used yet


# c94933b2 03-Sep-2000 Stig Venaas

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.


12345678910