mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Skip OpenSSL proxy test for bug #74796 on Windows
This commit is contained in:
parent
42f6c15186
commit
444cc78a3e
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ openssl
|
|||
--SKIPIF--
|
||||
<?php
|
||||
if (!function_exists("proc_open")) die("skip no proc_open");
|
||||
if (substr(PHP_OS, 0, 3) == 'WIN') {
|
||||
die("skip not reliable on Windows due to proxy wait limitation");
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue