History log of /PHP-7.0/ext/sockets/sockets.c (Results 101 – 125 of 329)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3
# a2cffa25 04-Sep-2009 Pierre Joye

- #49464, fix build


# ac2d3990 04-Sep-2009 Sriram Natarajan

- Fixed bug #49447 (php engine need to correctly check for socket API
return status on windows). (Sriram Natarajan)


Revision tags: php-5.3.1RC1, php-5.2.11RC2
# fe7e0843 31-Aug-2009 Antony Dovgal

export le_socket from ext/sockets


Revision tags: php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# 1787a227 04-Jun-2009 Andrei Zmievski

MFB


Revision tags: php-5.2.10RC1
# 73553e8c 20-May-2009 Arnaud Le Blanc

MFH: Fixed bug #48326 (constant MSG_DONTWAIT not defined)


# 91bdeda6 10-May-2009 Felipe Pena

- MFH: Fixed memory leak (patch by Christian Weiske)


Revision tags: php-5.3.0RC2
# ebc29128 16-Apr-2009 Pierre Joye

- #47978, typo in ext/sockets/sockets.c


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1
# 59e6e127 03-Feb-2009 Ilia Alshanetsky

MFB: Return empty string when recv() does not fetch any data


Revision tags: php-5.3.0beta1
# 8e2c587a 24-Jan-2009 Antony Dovgal

fix build


# 73b17408 23-Jan-2009 Kalle Sommer Nielsen

MFH: Windows support for stream_socket_pair(), by moving the socketpair() implementation from ext/sockets to win32/


# 2f2d9107 01-Jan-2009 Kalle Sommer Nielsen

MFH:
[DOC] Renable socket_create_pair() on Windows

# ext/sockets have its own implementation of socketpair(), perhaps we should move it
# to the core. This will make stream_socket_pa

MFH:
[DOC] Renable socket_create_pair() on Windows

# ext/sockets have its own implementation of socketpair(), perhaps we should move it
# to the core. This will make stream_socket_pair() available on Windows aswell

show more ...


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


12345678910>>...14