History log of /PHP-7.2/ext/sockets/sockets.c (Results 51 – 75 of 347)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1
# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication


Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13
# 3cbdcdc2 18-May-2014 Xinchen Hui

Fixed several tests failes


# 489da59b 17-May-2014 Xinchen Hui

Refactoring socket (only compilable now)


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


# 5967fb19 01-Jan-2014 Felipe Pena

- Fixed bug #66381 (__ss_family was changed on AIX 5.3)


Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5
# 9209c19f 02-Oct-2013 Michael Wallner

fix bug #65808 the socket_connect() won't work with IPv6 address


Revision tags: php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1
# d8dd4d9b 18-Jul-2013 Anatol Belski

fix header include

stddef.h is needed to have offsetof macros on windows (at least)


Revision tags: php-5.4.18RC1
# 710150cc 14-Jul-2013 Gustavo Lopes

socket: support unix paths in the abstract namespace

Those starting with '\0'.


# b79b13b4 13-Jul-2013 Veres Lajos

less serious compatAbility fixes


# d17e8ac3 13-Jul-2013 Veres Lajos

less serious compatAbility fixes


# 227556c6 13-Jul-2013 Veres Lajos

less serious compatAbility fixes


Revision tags: php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1
# a0b4348a 10-Jun-2013 Damjan Cvetko

Implements feature Bug #63472 ability to set SO_BINDTODEVICE on socket.


Revision tags: php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1
# 8dec06ea 16-May-2013 Anatol Belski

Fixed error handling for ext/sockets under win

WSAGetLastError() must be the very next call after a socket
function had an invalid return. Any function call inbetween
will clear the

Fixed error handling for ext/sockets under win

WSAGetLastError() must be the very next call after a socket
function had an invalid return. Any function call inbetween
will clear the error information.

show more ...


# 8687332e 08-May-2013 Gustavo Lopes

Fix bug #64506: fix build with --disable-ipv6


# 6f3c3862 08-May-2013 Gustavo Lopes

Fix bug #64506: fix build with --disable-ipv6


Revision tags: php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1
# 59ec22b3 24-Feb-2013 Gustavo Lopes

sendrecvmsg_shutdown function moved to mshutdown

The function php_socket_sendrecvmsg_shutdown() should have been called in
MSHUTDOWN, not RSHUTDOWN.

Bug only on TSRM builds.

sendrecvmsg_shutdown function moved to mshutdown

The function php_socket_sendrecvmsg_shutdown() should have been called in
MSHUTDOWN, not RSHUTDOWN.

Bug only on TSRM builds.

Should fix bug #64287.

show more ...


# 189fbfd5 23-Feb-2013 Gustavo Lopes

Fix ext/sockets build with phpize

Fixes bug #64285


Revision tags: php-5.3.22, php-5.5.0alpha5, php-5.4.12
# 91538e4e 17-Feb-2013 Gustavo Lopes

Cleanup some multicast code; fix for mac os x?

When I moved some stuff from sockets.c to multicast.c, I did not copy
some conditional defines for systems without the RFC 3678 API.

Cleanup some multicast code; fix for mac os x?

When I moved some stuff from sockets.c to multicast.c, I did not copy
some conditional defines for systems without the RFC 3678 API.

I moved such defines to multicast.h so both sockets.c and multicast.c
can benefit from them and I prefixed them with PHP_ so that it's less
confusing: now PHP_MCAST_* are defined to either the MCAST_* RFC 3678
APIs or to legacy APIs and MCAST_* always mean the (possibly undefined)
system definitions.

show more ...


Revision tags: php-5.3.22RC2, php-5.4.12RC2
# 0110662a 02-Feb-2013 Gustavo Lopes

Move macro back to .c file

Because it depends on a static function on that .c file.


# 7066cc72 31-Jan-2013 Gustavo Lopes

send/recvmsg() support for Windows


Revision tags: php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# bd580db3 01-Jan-2013 Gustavo Lopes

Build fixes; accept names for if_index


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1
# 66ea0245 06-Nov-2012 Gustavo Lopes

Support sticky IPV6_PKTINFO


# b18bd890 06-Nov-2012 Gustavo Lopes

Rename some functions for consistency


12345678910>>...14