History log of /php-src/ext/standard/tests/streams/gh11418.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 80266f80 29-Sep-2023 Remi Collet

Fix port conflict 64324 used in bug51056.phpt


# 49fbbea2 10-Jun-2023 Jakub Zelenka

Fix GH-10406: fgets on a redis socket connection fails on PHP 8.3

This is an alternative implementation for GH-10406 that resets the
has_buffered_data flag after finishing stream read so

Fix GH-10406: fgets on a redis socket connection fails on PHP 8.3

This is an alternative implementation for GH-10406 that resets the
has_buffered_data flag after finishing stream read so it does not impact
other ops->read use like for example php_stream_get_line.

Closes GH-11421

show more ...