History log of /PHP-8.0/main/streams/xp_socket.c (Results 76 – 100 of 141)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0fe734b7 03-Mar-2012 Ilia Alshanetsky

Fixed bug #60106 (stream_socket_server silently truncates long unix socket paths)


# 5525d809 03-Mar-2012 Ilia Alshanetsky

Fixed bug #60106 (stream_socket_server silently truncates long unix socket paths)


# 67db5de6 03-Mar-2012 Ilia Alshanetsky

Fixed bug #60106 (stream_socket_server silently truncates long unix socket paths)


Revision tags: 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, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, 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, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2
# a3a51572 19-Feb-2011 Gustavo André dos Santos Lopes

- PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain
stream when 0 is given as the value.
- PHP_STREAM_OPTION_WRITE_BUFFER no longer changes the chunk size in sock

- PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain
stream when 0 is given as the value.
- PHP_STREAM_OPTION_WRITE_BUFFER no longer changes the chunk size in socket
streams.
- Added stream_set_chunk_size() function.
- Some signedness fixes.
- Test for commit r308474, now that it's possible to actually test it.

show more ...


Revision tags: 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
# 5b277c4d 11-Mar-2010 Michael Wallner

add backlock socket context option for stream_socket_server(),
which had a hardcoded backlog of 5 at two occurrances


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 7e1f29e9 18-Jan-2010 Ilia Alshanetsky

Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams).


# 9ba1e816 03-Jan-2010 Sebastian Bergmann

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


Revision tags: php-5.3.2RC1
# 0401c6ca 19-Dec-2009 Stanislav Malyshev

fix bug #50196


Revision tags: php-5.2.12, php-5.2.12RC4, 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
# 4b1c7c56 23-Sep-2009 Dmitry Stogov

Fixed ext/standard/tests/streams/stream_get_contents_002.phpt


Revision tags: php-5.2.11, php-5.2.11RC3
# 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, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2
# 311a87c8 09-Feb-2009 Ilia Alshanetsky

MFB: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when
the remote end restarts)


Revision tags: php-5.2.9RC1, php-5.3.0beta1
# 7c989115 07-Jan-2009 Felipe Pena

MFH:
- Added check for EWOULDBLOCK
- Using EWOULDBLOCK instead of EAGAIN by portability issues
(Related to #46917)


# 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
# a9282f72 24-Nov-2008 David Soria Parra

MFH: Revert fix for 43782, as it caused problems.


Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1
# 9f684837 26-Aug-2008 David Soria Parra

MFH: Fixed bug #43782 (feof() does not detect timeout on socket)


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)


# cf7e15c3 11-Jul-2008 Antony Dovgal

MFH: manage references of stream context properly


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
# 49add034 10-Mar-2008 Andrey Hristov

char **error_message was passed but not used. This causes problems in cases
of getaddrinfo() failure, because the upper layers don't get the error.
initialize a variable because we were readi

char **error_message was passed but not used. This causes problems in cases
of getaddrinfo() failure, because the upper layers don't get the error.
initialize a variable because we were reading initialized in case of error.

show more ...


Revision tags: php-5.2.6RC2, php-5.2.6RC1
# 425c4bca 27-Feb-2008 Ilia Alshanetsky

Fixed bug #44233 (MSG_PEEK undefined under BeOS R5)


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

MFH: Bump copyright year, 2 of 2.


123456