Edit report at https://bugs.php.net/bug.php?id=75205&edit=1
ID: 75205 Comment by: carusogabr...@php.net Reported by: ecamy at 163 dot com Summary: Bugs reports from automatic testing Status: Open Type: Bug Package: Testing related Operating System: CentOS6.6 PHP Version: 5.6.31 Block user comment: N Private report: N New Comment: All reported tests have a SKIPIF section for online tests: if (getenv("SKIP_ONLINE_TESTS")) die("skip online test"); But, this is only set if we pass `--offline` to `run-tests.php`. What can be done, is set this `SKIP_ONLINE_TESTS` env var dynamically, checking for real internet connection. Previous Comments: ------------------------------------------------------------------------ [2017-09-15 05:23:16] ecamy at 163 dot com Yes, I installed all package by the way of offline. Even it can't pass during making test, but it still work well after making install. I don't know how about it can be in the future. Thanks so much for your reply. ------------------------------------------------------------------------ [2017-09-14 15:02:17] c...@php.net On a cursory glance it looks like you have not been online while running the tests, in which case they have not been supposed to be run at all. ------------------------------------------------------------------------ [2017-09-14 02:24:45] ecamy at 163 dot com Description: ------------ When I installed the php5.6 on CentOS by compiling, it reports some bugs as attached. I can't deal with it because the hit of its is not enough. Would you help me? ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=75205&edit=1 -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php