php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72810 Missing SKIP_ONLINE_TESTS checks
Submitted: 2016-08-11 09:09 UTC Modified: -
From: vhu at iki dot fi Assigned:
Status: Closed Package: Testing related
PHP Version: master-Git-2016-08-11 (Git) OS: All
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: vhu at iki dot fi
New email:
PHP Version: OS:

 

 [2016-08-11 09:09 UTC] vhu at iki dot fi
Description:
------------
Following test scripts do not check for SKIP_ONLINE_TESTS and hence fail when build environment doesn't allow direct internet access:

ext/sockets/tests/socket_send.phpt
ext/sockets/tests/socket_shutdown.phpt
ext/standard/tests/streams/stream_context_tcp_nodelay.phpt
ext/standard/tests/streams/stream_context_tcp_nodelay_fopen.phpt


Patches

Pull Requests

Pull requests:

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-08-11 10:02 UTC] nikic@php.net
Automatic comment on behalf of vhu@iki.fi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=283b0cc8a5eeb69b8d77195549b385d1db4f6955
Log: Fix #72810. Add check for SKIP_ONLINE_TESTS
 [2016-08-11 10:02 UTC] nikic@php.net
-Status: Open +Status: Closed
 [2016-10-17 10:10 UTC] bwoebi@php.net
Automatic comment on behalf of vhu@iki.fi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=283b0cc8a5eeb69b8d77195549b385d1db4f6955
Log: Fix #72810. Add check for SKIP_ONLINE_TESTS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 11:01:29 2024 UTC