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:
Ilija Tovilo 2024-03-07 17:54:46 +01:00
commit c3add14b43
No known key found for this signature in database
GPG key ID: A4F5D403F118200A
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -2,6 +2,7 @@
openssl_private_decrypt() tests
--EXTENSIONS--
openssl
--XFAIL--
--FILE--
<?php
$data = "Testing openssl_public_decrypt()";