History log of /php-src/main/network.c (Results 251 – 261 of 261)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 30441cda 13-Jan-2001 Stig Venaas

Simplified code a bit, added detailed error reporting, and fixed a bug
when getaddrinfo returned a non-IP family before IP families

Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 5fc85205 19-Oct-2000 Stig Venaas

Check that AF_INET6 is defined before using IPv6

Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 1fbc3945 18-Sep-2000 Stanislav Malyshev

Fix crash

# f68fb8fa 07-Sep-2000 Stig Venaas

Better IPv6 checking

# eb321449 05-Sep-2000 Zeev Suraski

- Remove track_vars - it is now always on
- Make the various $HTTP_*_VARS[] arrays be defined always,
even if they're empty
- Fix Win32 build and warnings

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

1...<<11