History log of /PHP-5.5/ext/sockets/sockets.c (Results 76 – 100 of 292)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2
# 15aced54 22-Oct-2008 Arnaud Le Blanc

MFH: Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option)


# 1d5ba8bb 21-Oct-2008 Arnaud Le Blanc

MFH: initialize optional vars


Revision tags: php-5.2.7RC1
# 26203040 23-Aug-2008 Pierre Joye

- MFH:
- drop bindlib usage on windows
- inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)


Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1
# d91bc9ec 16-Jul-2008 Jani Taskinen

MFH:- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)


# 026d7fe2 04-Jul-2008 Felipe Pena

- Added arginfo
- Removed #include "zend_arg_defs.c" (it's unnecessary now)


Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1
# 079bfadb 21-Feb-2008 Felipe Pena

MFB: Fixed Bug #44197 (socket array keys lost on socket_select)


Revision tags: RELEASE_1_3_1, php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


# 72fc33ef 26-Sep-2007 Antony Dovgal

MFH


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND
# c96c5ca9 24-Jul-2007 Jani Taskinen

MFH:- Added missing MSG_EOR and MSG_EOF constants


12345678910>>...12