History log of /PHP-7.2/ext/sockets/sockets.c (Results 76 – 100 of 347)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 51394f76 06-Nov-2012 Gustavo Lopes

Move some multicast stuff to multicast.c


# 51e65667 05-Nov-2012 Gustavo Lopes

Register extra MSG_* constants


# 13124547 05-Nov-2012 Gustavo Lopes

Redactor to expose socket_import_file_descriptor()


# b3effa60 23-Oct-2012 Gustavo Lopes

Improve imported socket family detection

Also added constant SO_FAMILY.


# 806a6e63 02-Nov-2012 Gustavo Lopes

Add IPV6_UNICAST_HOPS option constant.


# 5e51c851 01-Nov-2012 Gustavo Lopes

Wrap recvmsg() and sendmsg()

This introduces two new functions:

int socket_recvmsg(resource $socket, array &$msghdr, int $flags)
int socket_sendmsg(resource $socket, array $msgh

Wrap recvmsg() and sendmsg()

This introduces two new functions:

int socket_recvmsg(resource $socket, array &$msghdr, int $flags)
int socket_sendmsg(resource $socket, array $msghdr, int $flags)

The arrays representing struct msghdr follow the native counterpart
closely: structs are mapped to arrays, fields to array elements whose
key is the name of the field without the prefix (e.g. "name" instead
of "msg_name") and array are mapped to sequential numeric PHP arrays.

Right now the only type of ancillary data supported is fot the
level/type pair IPPROTO_IPV6/IPV6_PKTINFO.

I also refactored out the name resolution functions and made
sockets_strerror() a global function.

show more ...


# ac6342bb 01-Feb-2013 Gustavo Lopes

Fix wrong blocking state being set


# 9283b8ae 01-Feb-2013 Gustavo Lopes

Move & improve PHP_SOCKET_ERROR def


# 97d656fc 01-Feb-2013 Gustavo Lopes

Move some declarations to sockets.c


# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


Revision tags: php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7
# ec2a132f 02-Sep-2012 Igor Wiedler

Bug #49341: Add SO_REUSEPORT support for socket_set_option()

This is a BSD-only feature, and it will only be available on BSD.
On other platforms the constant will simply not be set.


# bc9f8030 13-Nov-2012 Anatoliy Belsky

Fixed sockets ext build on win


# e7e57aea 23-Oct-2012 Gustavo Lopes

Use if_nametoindex in Vista

I missed this instance in bf19838c.


Revision tags: php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2
# 074d361d 21-May-2012 Felipe Pena

- Fix the fix (typo s/AIX/_AIX/g)


# ffe8303f 20-May-2012 Felipe Pena

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


Revision tags: php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3
# 001efd80 26-Nov-2011 Gustavo André dos Santos Lopes

- Small ajustments to some multicast options.


# 5759a440 26-Nov-2011 Gustavo André dos Santos Lopes

- Small ajustments to some multicast options.


Revision tags: php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2
# cce94408 13-Oct-2011 Felipe Pena

- Fixed bug #60048 (sa_len a #define on IRIX)
patch by: china at thewrittenword dot com


# 4168e0df 13-Oct-2011 Felipe Pena

- Fixed bug #60048 (sa_len a #define on IRIX)
patch by: china at thewrittenword dot com


# 1694d787 13-Oct-2011 Felipe Pena

- Fixed bug #60048 (sa_len a #define on IRIX)
patch by: china at thewrittenword dot com


12345678910>>...14