Test: /ext/standard/tests/network/bug20134.phpt - Version 5.5.7        

Bug #20134 read from UDP results wrong data
Submitted: 2002-10-28 08:38:20 Modified: 2002-11-14 01:47:57
From: alberty Assigned:
Status: No Feedback Package: Sockets related
PHP Version: 4CVS-2002-10-28 OS: i686-pc-linux-gnu

There are 3 different diffs reported by users for this test.

Count Diff
6 (67%)
001+ Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in %s/bug20134.php on line 3
002+
001- int(1)
002- string(0) ""
003+ Warning: fsockopen(): unable to connect to udp://localhost:65534 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in %s/bug20134.php on line 3
004+ ERROR: 0 - php_network_getaddresses: getaddrinfo failed: Name or service not known<br>
2 (22%)
002+
002- string(0) ""
003+ ** ERROR: process timed out **
1 (11%)
001+ Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in %s/bug20134.php on line 3
002+
001- int(1)
002- string(0) ""
003+ Warning: fsockopen(): unable to connect to udp://localhost:65534 (php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution) in %s/bug20134.php on line 3
004+ ERROR: 0 - php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution<br>