Skip to content

Commit

Permalink
Allow different error message for errno 58
Browse files Browse the repository at this point in the history
Apparently this is EDEADLOCK on some systems.
  • Loading branch information
nikic committed Jul 2, 2020
1 parent d1be10d commit 0a216f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/sockets/tests/socket_strerror.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ string(13) "Exchange full"
string(8) "No anode"
string(20) "Invalid request code"
string(12) "Invalid slot"
string(16) "Unknown error 58"
string(%d) "%s"
string(20) "Bad font file format"
string(19) "Device not a stream"
string(17) "No data available"
Expand Down

0 comments on commit 0a216f5

Please sign in to comment.