History log of /PHP-7.0/main/network.c (Results 201 – 209 of 209)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


123456789