From 15e26c6d4a9431d40d65d50611794cb930c88b58 Mon Sep 17 00:00:00 2001 From: Anatoliy Belsky Date: Tue, 10 Apr 2012 13:54:22 +0200 Subject: [PATCH] Fixed bug #61637 ext\sockets\tests\socket_sentto_recvfrom_unix.phpt --- ext/sockets/tests/socket_sentto_recvfrom_unix.phpt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/sockets/tests/socket_sentto_recvfrom_unix.phpt b/ext/sockets/tests/socket_sentto_recvfrom_unix.phpt index ab111898b43..4cfdebbcbe0 100644 --- a/ext/sockets/tests/socket_sentto_recvfrom_unix.phpt +++ b/ext/sockets/tests/socket_sentto_recvfrom_unix.phpt @@ -2,6 +2,9 @@ Test if socket_recvfrom() receives data sent by socket_sendto() through a Unix domain socket --SKIPIF--