mirror of
https://github.com/predis/predis.git
synced 2026-08-25 04:19:36 +00:00
60733eb5c9
Since we cannot rely on the PHP version to detect the availability of socket_import_stream(), we switched to function_exists(). As an added bonus, using function_exists() is twice faster.