mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Mark problematic openssl tests as xfail for now
This commit is contained in:
commit
c3add14b43
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ openssl
|
|||
<?php
|
||||
if (OPENSSL_VERSION_NUMBER < 0x30000000) die('skip For OpenSSL >= 3.0');
|
||||
?>
|
||||
--XFAIL--
|
||||
--FILE--
|
||||
<?php
|
||||
// helper function to check openssl errors
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
openssl_private_decrypt() tests
|
||||
--EXTENSIONS--
|
||||
openssl
|
||||
--XFAIL--
|
||||
--FILE--
|
||||
<?php
|
||||
$data = "Testing openssl_public_decrypt()";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue