mirror of
https://github.com/predis/predis.git
synced 2026-08-25 20:59:39 +00:00
8dd7f40d21
This is a regression of commit 4db0017, using stream_socket_recvfrom()
bypasses stream wrappers thus read/write timeouts handled by PHP. The
only way to make them work again is to fetch the raw socket from the
stream resource and use socket_import_stream() which is unfortunately
a PHP 5.4+ function.