From 5459ac15b56cdee8e176827ddbb30357119ceabb Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 3 Jan 2019 23:05:15 +0000 Subject: [PATCH] Go with fuller version --- src/Illuminate/Database/DetectsLostConnections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Database/DetectsLostConnections.php b/src/Illuminate/Database/DetectsLostConnections.php index e5e6abe7b4a3..e1fe5e6f3161 100644 --- a/src/Illuminate/Database/DetectsLostConnections.php +++ b/src/Illuminate/Database/DetectsLostConnections.php @@ -34,7 +34,7 @@ protected function causedByLostConnection(Throwable $e) 'reset by peer', 'Physical connection is not usable', 'TCP Provider: Error code 0x68', - 'getaddrinfo failed: Name or service not known', + 'php_network_getaddresses: getaddrinfo failed: Name or service not known', 'ORA-03114', 'Packets out of order. Expected', 'Adaptive Server connection failed',