Edit report at https://bugs.php.net/bug.php?id=61633&edit=1
ID: 61633 Comment by: a...@php.net Reported by: a...@php.net Summary: Test ext\sockets\tests\socket_create_pair-wrongparams.phpt fails Status: Open Type: Bug Package: Sockets related Operating System: Windows PHP Version: Irrelevant Block user comment: N Private report: N New Comment: In the patch the original test was disabled on windows. A duplicate was added to suite the windows behaviour. Previous Comments: ------------------------------------------------------------------------ [2012-04-05 13:47:57] a...@php.net The following patch has been added/updated: Patch Name: 61633.diff Revision: 1333633677 URL: https://bugs.php.net/patch-display.php?bug=61633&patch=61633.diff&revision=1333633677 ------------------------------------------------------------------------ [2012-04-05 12:27:07] a...@php.net Description: ------------ Test diff: 006+ bool(true) 007- Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d 008- bool(false) 009- 009+ bool(true) 012+ bool(true) 012- Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d 013- bool(false) 014- 016- 017- Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported %s on line %d 018- bool(false) Expected result: ---------------- test pass Actual result: -------------- test fail ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61633&edit=1