History log of /PHP-7.4/ext/sockets/sockets.c (Results 126 – 150 of 367)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.7RC2
# 299eea40 28-Jun-2011 Gustavo André dos Santos Lopes

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


# 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.


# 0cfed19b 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.


# ee920e12 24-May-2011 Felipe Pena

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


# 52f40f07 24-May-2011 Felipe Pena

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


# b60f6774 24-May-2011 Felipe Pena

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


# e9f4cfd6 24-May-2011 Felipe Pena

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


# 89f893a9 24-May-2011 Felipe Pena

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


# 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


# 660aa670 23-Mar-2011 Gustavo André dos Santos Lopes

- Updating UPGRADING for r309516 and modest merge to 5.3.


# 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.


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

- Merged fix for bug #51958 socket_accept() fails on IPv6 server sockets.
See r309238 for commit in trunk.


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).


Revision tags: php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1, oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1, php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


# 29b7cd5d 27-Dec-2009 Mikko Koppanen

Share the php_sockets.h header
Share php_sockets_le_socket_name


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# 1063c834 03-Dec-2009 Kalle Sommer Nielsen

MFT: VC10 build support


12345678910>>...15