History log of /PHP-7.1/ext/standard/streamsfuncs.c (Results 176 – 200 of 245)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.0RC4
# f4a75d91 11-Sep-2006 Ilia Alshanetsky

Fixed bug #38096 (large timeout values ignored on 32bit machines in
stream_socket_accept() and stream_socket_client()).


Revision tags: php-5.2.0RC3
# c2a38c60 31-Aug-2006 Antony Dovgal

more z/Z fixes


Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# 54dba635 14-Jul-2006 Antony Dovgal

rephrase the error message (fixes #38106)


# 69d6fe45 12-Jul-2006 Antony Dovgal

it's usually good idea to initialize variables
especially if you rely on their values


Revision tags: php-4.4.3RC2
# ec420c3d 26-Jun-2006 Hannes Magnusson

Updated protos & vim folding


# 223d122c 26-Jun-2006 Hannes Magnusson

MFH: use the ZEND_ACC_DEPRECATED flag rather than custom warnings


Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# 9ea8d8db 19-Apr-2006 Antony Dovgal

MFH: fix typo


# 7c42ddb8 14-Apr-2006 Antony Dovgal

fix #37077 (stream_socket_server() leaks when the port is not allowed)


# bace0def 03-Apr-2006 Antony Dovgal

fix spelling in error messages:
greater/less thEn -> greater/less thAn


Revision tags: php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2
# 6d494f97 23-Feb-2006 Ilia Alshanetsky

Fixed bug #35900 (stream_select() should warning when tv_sec is negative).


# b90d985a 01-Feb-2006 Antony Dovgal

MFH: fix #36242 (Possible memory corruption in stream_select())


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0
# c9336342 05-Jul-2005 Ilia Alshanetsky

Fixed crash inside stream_get_line() when length parameter equals 0.


Revision tags: php-4.4.0RC2, php-5.1.0b2
# bcd33d5f 17-Jun-2005 Ilia Alshanetsky

Added offset parameter to the stream_copy_to_stream() function.


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11
# 29ede468 29-Mar-2005 Sara Golemon

BugFix #31137 stream_filter_remove() segfaults when stream already closed


Revision tags: php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 5bd7be94 13-Mar-2005 Ilia Alshanetsky

Fixed compiler warning.


# 4e390892 11-Mar-2005 Marcus Boerger

- Do not touch return_valu's refcount or is_ref


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 58c6ed35 15-Jan-2005 foobar

CS fix


# 9de934c2 14-Jan-2005 Dmitry Stogov

Fixed SIGSEGV in ext/standard/tests/network/tcp4loop.phpt and ext/standard/tests/network/unixloop.phpt


# c4bc5b7f 04-Jan-2005 Wez Furlong

Fix #31408: memory leak in stream_socket_recvfrom


# 843807c6 25-Dec-2004 Wez Furlong

When a socket is non-blocking, don't block ssl enabled sockets.
Allow for non-blocking negotiation when calling stream_socket_enable_crypto().
That function will return the foolowing values:

When a socket is non-blocking, don't block ssl enabled sockets.
Allow for non-blocking negotiation when calling stream_socket_enable_crypto().
That function will return the foolowing values:

false - negotiation failed
0 - try again when more data is available (only for non-blocking sockets)
true - ssl was enabled

show more ...


# e1f3beaa 23-Dec-2004 Wez Furlong

really don't blow up


# d3d757d9 23-Dec-2004 Wez Furlong

don't crash...


Revision tags: php-5.0.3, php-4.3.10
# 419bbffe 13-Dec-2004 Wez Furlong

Make it really build...


12345678910