Bug #63570 [PATCH]: Bogus warning 'Operation now in progress'
Edit report at https://bugs.php.net/bug.php?id=63570&edit=1 ID: 63570 Patch added by: osma...@php.net Reported by:kakserpompoyaitsam at gmail dot com Summary:Bogus warning 'Operation now in progress' Status: Open Type: Bug Package:Sockets related Operating System: linux PHP Version:5.4.8 Block user comment: N Private report: N New Comment: The following patch has been added/updated: Patch Name: ignore-EINPROGRESS-warning Revision: 1354106034 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-EINPROGRESS-warning&revision=1354106034 Previous Comments: [2012-11-21 17:24:08] kakserpompoyaitsam at gmail dot com It would awesome if you include it to 5.5. [2012-11-21 05:52:36] kakserpompoyaitsam at gmail dot com Description: When I'm getting annoying warning while working with non-blocking socket, For instance: socket_connect(): unable to connect [115]: Operation now in progress Hence, I have to use @socket_connect and the performance getting compromised. I do use pecl-libevent, and this error makes no sense at all. Please do not ignore this little defect, Thank you in advance. Test script: --- https://bugs.php.net/bug.php?id=63570&edit=1
Bug #63570 [PATCH]: Bogus warning 'Operation now in progress'
Edit report at https://bugs.php.net/bug.php?id=63570&edit=1 ID: 63570 Patch added by: osma...@php.net Reported by:kakserpompoyaitsam at gmail dot com Summary:Bogus warning 'Operation now in progress' Status: Open Type: Bug Package:Sockets related Operating System: linux PHP Version:5.4.8 Block user comment: N Private report: N New Comment: The following patch has been added/updated: Patch Name: ignore-EINPROGRESS-warning-nonblocking Revision: 1354106408 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-EINPROGRESS-warning-nonblocking&revision=1354106408 Previous Comments: [2012-11-28 12:33:54] osma...@php.net The following patch has been added/updated: Patch Name: ignore-EINPROGRESS-warning Revision: 1354106034 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-EINPROGRESS-warning&revision=1354106034 [2012-11-21 17:24:08] kakserpompoyaitsam at gmail dot com It would awesome if you include it to 5.5. [2012-11-21 05:52:36] kakserpompoyaitsam at gmail dot com Description: When I'm getting annoying warning while working with non-blocking socket, For instance: socket_connect(): unable to connect [115]: Operation now in progress Hence, I have to use @socket_connect and the performance getting compromised. I do use pecl-libevent, and this error makes no sense at all. Please do not ignore this little defect, Thank you in advance. Test script: --- https://bugs.php.net/bug.php?id=63570&edit=1
Bug #63570 [PATCH]: Bogus warning 'Operation now in progress'
Edit report at https://bugs.php.net/bug.php?id=63570&edit=1 ID: 63570 Patch added by: osma...@php.net Reported by:kakserpompoyaitsam at gmail dot com Summary:Bogus warning 'Operation now in progress' Status: Open Type: Bug Package:Sockets related Operating System: linux PHP Version:5.4.8 Block user comment: N Private report: N New Comment: The following patch has been added/updated: Patch Name: ignore-EINPROGRESS-warning-nonblocking-2 Revision: 1354106490 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-EINPROGRESS-warning-nonblocking-2&revision=1354106490 Previous Comments: [2012-11-28 12:40:08] osma...@php.net The following patch has been added/updated: Patch Name: ignore-EINPROGRESS-warning-nonblocking Revision: 1354106408 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-EINPROGRESS-warning-nonblocking&revision=1354106408 ---- [2012-11-28 12:33:54] osma...@php.net The following patch has been added/updated: Patch Name: ignore-EINPROGRESS-warning Revision: 1354106034 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-EINPROGRESS-warning&revision=1354106034 [2012-11-21 17:24:08] kakserpompoyaitsam at gmail dot com It would awesome if you include it to 5.5. [2012-11-21 05:52:36] kakserpompoyaitsam at gmail dot com Description: When I'm getting annoying warning while working with non-blocking socket, For instance: socket_connect(): unable to connect [115]: Operation now in progress Hence, I have to use @socket_connect and the performance getting compromised. I do use pecl-libevent, and this error makes no sense at all. Please do not ignore this little defect, Thank you in advance. Test script: --- https://bugs.php.net/bug.php?id=63570&edit=1
Bug #63570 [PATCH]: Bogus warning 'Operation now in progress'
Edit report at https://bugs.php.net/bug.php?id=63570&edit=1 ID: 63570 Patch added by: osma...@php.net Reported by:kakserpompoyaitsam at gmail dot com Summary:Bogus warning 'Operation now in progress' Status: Open Type: Bug Package:Sockets related Operating System: linux PHP Version:5.4.8 Block user comment: N Private report: N New Comment: The following patch has been added/updated: Patch Name: ignore-warnings-for-nonblocking Revision: 1354535643 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-warnings-for-nonblocking&revision=1354535643 Previous Comments: [2012-11-28 12:41:30] osma...@php.net The following patch has been added/updated: Patch Name: ignore-EINPROGRESS-warning-nonblocking-2 Revision: 1354106490 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-EINPROGRESS-warning-nonblocking-2&revision=1354106490 ---- [2012-11-28 12:40:08] osma...@php.net The following patch has been added/updated: Patch Name: ignore-EINPROGRESS-warning-nonblocking Revision: 1354106408 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-EINPROGRESS-warning-nonblocking&revision=1354106408 ---- [2012-11-28 12:33:54] osma...@php.net The following patch has been added/updated: Patch Name: ignore-EINPROGRESS-warning Revision: 1354106034 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-EINPROGRESS-warning&revision=1354106034 [2012-11-21 17:24:08] kakserpompoyaitsam at gmail dot com It would awesome if you include it to 5.5. [2012-11-21 05:52:36] kakserpompoyaitsam at gmail dot com Description: When I'm getting annoying warning while working with non-blocking socket, For instance: socket_connect(): unable to connect [115]: Operation now in progress Hence, I have to use @socket_connect and the performance getting compromised. I do use pecl-libevent, and this error makes no sense at all. Please do not ignore this little defect, Thank you in advance. Test script: --- https://bugs.php.net/bug.php?id=63570&edit=1
Bug #63570 [Com]: Bogus warning 'Operation now in progress'
Edit report at https://bugs.php.net/bug.php?id=63570&edit=1 ID: 63570 Comment by: osma...@php.net Reported by:kakserpompoyaitsam at gmail dot com Summary:Bogus warning 'Operation now in progress' Status: Open Type: Bug Package:Sockets related Operating System: linux PHP Version:5.4.8 Block user comment: N Private report: N New Comment: I've uploaded a simple patch. But I'd rather do it via exceptions as in other languages like Python. Previous Comments: ---- [2012-12-03 11:54:03] osma...@php.net The following patch has been added/updated: Patch Name: ignore-warnings-for-nonblocking Revision: 1354535643 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-warnings-for-nonblocking&revision=1354535643 ---- [2012-11-28 12:41:30] osma...@php.net The following patch has been added/updated: Patch Name: ignore-EINPROGRESS-warning-nonblocking-2 Revision: 1354106490 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-EINPROGRESS-warning-nonblocking-2&revision=1354106490 -------- [2012-11-28 12:40:08] osma...@php.net The following patch has been added/updated: Patch Name: ignore-EINPROGRESS-warning-nonblocking Revision: 1354106408 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-EINPROGRESS-warning-nonblocking&revision=1354106408 -------- [2012-11-28 12:33:54] osma...@php.net The following patch has been added/updated: Patch Name: ignore-EINPROGRESS-warning Revision: 1354106034 URL: https://bugs.php.net/patch-display.php?bug=63570&patch=ignore-EINPROGRESS-warning&revision=1354106034 [2012-11-21 17:24:08] kakserpompoyaitsam at gmail dot com It would awesome if you include it to 5.5. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=63570 -- Edit this bug report at https://bugs.php.net/bug.php?id=63570&edit=1