Skip to content

Commit 7a15d2a

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 086a470 + 444cc78 commit 7a15d2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/openssl/tests/bug74796.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ openssl
55
--SKIPIF--
66
<?php
77
if (!function_exists("proc_open")) die("skip no proc_open");
8+
if (substr(PHP_OS, 0, 3) == 'WIN') {
9+
die("skip not reliable on Windows due to proxy wait limitation");
10+
}
811
?>
912
--FILE--
1013
<?php

0 commit comments

Comments
 (0)