History log of /PHP-8.3/ext/openssl/tests/gh13860.phpt (Results 1 – 5 of 5)
Revision Date Author Comments
# 070779c8 03-Jul-2024 Arnaud Le Blanc

Fix test race condition

Closes GH-14790


# fa7933ef 13-May-2024 Ilija Tovilo

[skip ci] Fix typo


# 91c53e43 13-May-2024 Ilija Tovilo

[skip ci] Adjust port for gh13860.phpt

Port 64325 is already used in ext/standard/tests/streams/gh11418.phpt. The test
randomly times out, and it's unclear whether it might be related to

[skip ci] Adjust port for gh13860.phpt

Port 64325 is already used in ext/standard/tests/streams/gh11418.phpt. The test
randomly times out, and it's unclear whether it might be related to the
conflicting port.

show more ...


# a86256c9 07-Apr-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Improve stability of test gh13860.phpt


# 2aae14c8 05-Apr-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-13860: Incorrect PHP_STREAM_OPTION_CHECK_LIVENESS case in ext/openssl/xp_ssl.c - causing use of dead socket

php_socket_errno() may return a stale value when recv returns a
value >

Fix GH-13860: Incorrect PHP_STREAM_OPTION_CHECK_LIVENESS case in ext/openssl/xp_ssl.c - causing use of dead socket

php_socket_errno() may return a stale value when recv returns a
value >= 0. As such, the liveness check is wrong.
This is the same bug as #70198 (fixed in GH-1456). So we fix it in the
same way.

Closes GH-13895.

show more ...