summaryrefslogtreecommitdiff
path: root/main/network.c
Commit message (Expand)AuthorAgeFilesLines
* Check that AF_INET6 is defined before using IPv6Stig Venaas2000-10-191-2/+2
* Fix crashStanislav Malyshev2000-09-181-0/+3
* Better IPv6 checkingStig Venaas2000-09-071-2/+2
* - Remove track_vars - it is now always onZeev Suraski2000-09-051-1/+5
* using emalloc and efree, instead of malloc and freeStig Venaas2000-09-051-7/+7
* renamed hostconnect() to php_hostconnect()Stig Venaas2000-09-051-1/+1
* hostconnect now supports IPv6 if getaddrinfo exists, and also tries toStig Venaas2000-09-051-24/+123
* Include "php.h", otherwise we don't have access to the PHP and autoconfSascha Schumann2000-09-041-0/+2
* Added timeout argument, but not used yetStig Venaas2000-09-031-3/+4
* Network related functions, only for internal use by other PHP code. TriesStig Venaas2000-09-031-0/+105