php-src/ext/sockets
David Walker 7373ce9149 Fix #72733: Expose getaddrinfo C function, and supporting connect/bind
Feature request was to expose getaddrinfo().  I accomplish this
by having an array of resources that are the addrinfo structures.
The resources can be used in new functions to connect/bind, and
one function to examine the contents of the resource.
2016-08-12 11:29:34 -06:00
..
tests Fix #72733: Expose getaddrinfo C function, and supporting connect/bind 2016-08-12 11:29:34 -06:00
config.m4 convert ext/sockets to work with the static tsrm cache pointer 2014-10-05 20:48:32 +02:00
config.w32 nmake install missing header 2015-01-30 09:24:18 +01:00
conversions.c Fixed compilation warnings 2016-06-23 12:47:06 +03:00
conversions.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
CREDITS
multicast.c Fixed compilation warnings 2016-06-23 12:47:06 +03:00
multicast.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
package.xml Remove these old references to the DSP files we don't use anymore 2015-06-22 13:29:42 +02:00
php_sockets.h Fix #72733: Expose getaddrinfo C function, and supporting connect/bind 2016-08-12 11:29:34 -06:00
sendrecvmsg.c Fixed compilation warnings 2016-06-23 12:47:06 +03:00
sendrecvmsg.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
sockaddr_conv.c Fixed compilation warnings 2016-06-23 12:47:06 +03:00
sockaddr_conv.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
sockets.c Fix #72733: Expose getaddrinfo C function, and supporting connect/bind 2016-08-12 11:29:34 -06:00
unix_socket_constants.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
win32_socket_constants.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
windows_common.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00