mirror of
https://github.com/php/php-src.git
synced 2025-08-17 06:28:50 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Add missing skipif clause
This commit is contained in:
commit
e1559b51cd
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ Bug #78775: TLS issues from HTTP request affecting other encrypted connections
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php
|
<?php
|
||||||
if (!extension_loaded('curl')) die('skip Requires curl');
|
if (!extension_loaded('curl')) die('skip Requires curl');
|
||||||
|
if (!extension_loaded('openssl')) die('skip Requires openssl');
|
||||||
if (getenv('SKIP_ONLINE_TESTS')) die('skip Online test');
|
if (getenv('SKIP_ONLINE_TESTS')) die('skip Online test');
|
||||||
?>
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue