History log of /php-src/ext/sockets/sockets.c (Results 201 – 225 of 446)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year

# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year

# 575b9837 02-Dec-2012 Lars Strojny

Merge branch 'PHP-5.4' into PHP-5.5


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
# 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
# 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
# 4168e0df 13-Oct-2011 Felipe Pena

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

Revision tags: php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4
# 4b30846b 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro

Revision tags: php-5.3.7RC3, php-5.4.0alpha2
# 7a402242 02-Jul-2011 Gustavo André dos Santos Lopes

- Fixed bug #55111 (sockets extension fails to compile on Mac OSX).

Revision tags: php-5.3.7RC2
# f99938c6 28-Jun-2011 Gustavo André dos Santos Lopes

- Fixed socket_import_stream returning NULL on some errors and FALSE on others

Revision tags: php-5.4.0alpha1, php-5.3.7RC1
# bc9c089f 11-Jun-2011 Gustavo André dos Santos Lopes

- Fixed ext/sockets build on Mac OS X (hopefully).
- Improvements in the multicast tests.
- Very light refactoring in sockets.c.

# b60f6774 24-May-2011 Felipe Pena

- Fix the fix
# Arghh, copy and paste error :(

# 70f40691 24-May-2011 Felipe Pena

- Fixed stack buffer overflow in socket_connect().
Found by: Mateusz Kocielski, Marek Kroemeke and Filip Palian

# 27c0221d 30-Mar-2011 Pierre Joye

- not used on win

# f7249e7c 30-Mar-2011 Pierre Joye

- fix build, should fix that code too on non win (wondering if that part was working at all)

# 38bbbe34 30-Mar-2011 Pierre Joye

- attempt to fix build, 1st error

# 0de2e61c 22-Mar-2011 Gustavo André dos Santos Lopes

- Added socket_import_stream().
- Fixed socket_strerror.phpt
- Made php_set_sock_blocking return FAILURE on fcntl error.
- Made socket_set_block()/socket_set_nonblock() emit warning on er

- Added socket_import_stream().
- Fixed socket_strerror.phpt
- Made php_set_sock_blocking return FAILURE on fcntl error.
- Made socket_set_block()/socket_set_nonblock() emit warning on error.

show more ...

# c9d397d5 20-Mar-2011 Gustavo André dos Santos Lopes

- Adding copyright headers to the new files, gotta do something about the
windows line endings too, but I'm separating the commits.

# ff0fe177 17-Mar-2011 Gustavo André dos Santos Lopes

- Replaced calls to getprotobyname by constants to avoid
unnecessarily hitting /etc/protocols on MINIT.

Revision tags: php-5.3.6
# 76dd2d8e 14-Mar-2011 Gustavo André dos Santos Lopes

- Fixed bug #51958: socket_accept() fails on IPv6 sockets.
#On hold for 5.3

# e4298bf0 14-Mar-2011 Gustavo André dos Santos Lopes

- Added multicast support to the sockets extension (bug #40510).

12345678910>>...18