From 2e4dca57dc7256387ecb09b136f83283b8728af0 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Tue, 14 Oct 2025 19:20:25 +0200 Subject: [PATCH] Fix GH-19994: openssl_get_cipher_methods inconsistent with fetched methods (#20167) This is fixed by libctx work so this just adds test to confirm it. The actual fix is 2f5ef4d2b729227f5847dd36faba94ee430cd096 . --- ext/openssl/tests/gh19994.phpt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ext/openssl/tests/gh19994.phpt diff --git a/ext/openssl/tests/gh19994.phpt b/ext/openssl/tests/gh19994.phpt new file mode 100644 index 00000000000..3aa32cfb4d2 --- /dev/null +++ b/ext/openssl/tests/gh19994.phpt @@ -0,0 +1,17 @@ +--TEST-- +GH-19994: openssl_get_cipher_methods inconsistent with fetched methods +--EXTENSIONS-- +openssl +--FILE-- + +--EXPECT--