From a241c146bd96a303a1391f157335b20b35d5a3b1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Aug 2023 14:59:17 +0200 Subject: update to 8.3.0beta2 revert upstream changes breaking DTrace build see https://github.com/php/php-src/issues/11847 --- php-8.3.0-openssl-ec-param.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-8.3.0-openssl-ec-param.patch') diff --git a/php-8.3.0-openssl-ec-param.patch b/php-8.3.0-openssl-ec-param.patch index cd3658a..94e4037 100644 --- a/php-8.3.0-openssl-ec-param.patch +++ b/php-8.3.0-openssl-ec-param.patch @@ -17,7 +17,7 @@ index 33f51bfa4d..340b0467d3 100644 OPENSSL_PKEY_SET_BN(data, b); OPENSSL_PKEY_SET_BN(data, order); -+ php_error_docref(NULL, E_WARNING, "Missing params: curve_name"); ++ php_error_docref(NULL, E_WARNING, "Missing params: curve_name (params only is not supported by OpenSSL)"); if (!(p && a && b && order)) { - if (!p && !a && !b && !order) { - php_error_docref(NULL, E_WARNING, "Missing params: curve_name"); -- cgit