Edit report at https://bugs.php.net/bug.php?id=61800&edit=1
ID: 61800 Updated by: fel...@php.net Reported by: a...@php.net Summary: ext\standard\tests\streams\bug61371.phpt fails -Status: Open +Status: Assigned Type: Bug Package: Streams related Operating System: windows PHP Version: 5.3.10 -Assigned To: +Assigned To: ab Block user comment: N Private report: N New Comment: Do not you have karma to commit yourself? Previous Comments: ------------------------------------------------------------------------ [2012-04-21 22:09:44] a...@php.net the old thing - 0.0.0.0 vs 127.0.0.1 on windows ------------------------------------------------------------------------ [2012-04-21 22:09:07] a...@php.net The following patch has been added/updated: Patch Name: 61800.diff Revision: 1335046147 URL: https://bugs.php.net/patch-display.php?bug=61800&patch=61800.diff&revision=1335046147 ------------------------------------------------------------------------ [2012-04-21 19:05:50] a...@php.net Description: ------------ Test diff: 002+ 003+ Warning: stream_socket_client(): unable to connect to udp://0.0.0.0:80 (The requested address is not valid in its context. 004+ ) in C:\php-sdk\php53\vc9\x86\php-src\ext\standard\tests\streams\bug61371.php on line 14 005+ 006+ Warning: fclose() expects parameter 1 to be resource, boolean given in C:\php-sdk\php53\vc9\x86\php-src\ext\standard\tests\streams\bug61371.php on line 15 007+ 008+ Warning: stream_socket_client(): unable to connect to udp://0.0.0.0:80 (The requested address is not valid in its context. 009+ ) in C:\php-sdk\php53\vc9\x86\php-src\ext\standard\tests\streams\bug61371.php on line 14 010+ 002- bool(true) 003- memory: %dkb 004- bool(true) 005- memory: %dkb 006- memory: %dkb 007- bool(true) 008- memory: %dkb 009- bool(true) 010- memory: %dkb 011+ Warning: fclose() expects parameter 1 to be resource, boolean given in C:\php-sdk\php53\vc9\x86\php-src\ext\standard\tests\streams\bug61371.php on line 15 012+ 013+ Warning: stream_socket_client(): unable to connect to udp://0.0.0.0:80 (The requested address is not valid in its context. 014+ ) in C:\php-sdk\php53\vc9\x86\php-src\ext\standard\tests\streams\bug61371.php on line 14 015+ 016+ Warning: fclose() expects parameter 1 to be resource, boolean given in C:\php-sdk\php53\vc9\x86\php-src\ext\standard\tests\streams\bug61371.php on line 15 017+ 018+ Warning: stream_socket_client(): unable to connect to udp://0.0.0.0:80 (The requested address is not valid in its context. 019+ ) in C:\php-sdk\php53\vc9\x86\php-src\ext\standard\tests\streams\bug61371.php on line 14 020+ 021+ Warning: fclose() expects parameter 1 to be resource, boolean given in C:\php-sdk\php53\vc9\x86\php-src\ext\standard\tests\streams\bug61371.php on line 15 022+ ................................. and about 2000 lines more Expected result: ---------------- test pass Actual result: -------------- test fail ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61800&edit=1