Edit report at https://bugs.php.net/bug.php?id=61633&edit=1
ID: 61633 Updated by: a...@php.net Reported by: a...@php.net Summary: Test ext\sockets\tests\socket_create_pair-wrongparams.phpt fails -Status: Open +Status: Closed Type: Bug Package: Sockets related Operating System: Windows PHP Version: Irrelevant -Assigned To: +Assigned To: ab Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2012-04-10 02:00:17] mattfic...@php.net The patch works for me on Windows 7 and Gentoo Linux (x86 & x64) on php-5-3-r0f180a6. ------------------------------------------------------------------------ [2012-04-05 13:48:42] a...@php.net In the patch the original test was disabled on windows. A duplicate was added to suite the windows behaviour. ------------------------------------------------------------------------ [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