Skip to content

Commit 789e8e1

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Add missing SKIPIF (openssl)
2 parents e6d2ef1 + 7aece45 commit 789e8e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/openssl/tests/bug78391.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #78391: Assertion failure in openssl_random_pseudo_bytes
3+
--SKIPIF--
4+
<?php if (!extension_loaded("openssl")) print "skip openssl extension not loaded"; ?>
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)