diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-01 14:59:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-01 14:59:17 +0200 |
commit | a241c146bd96a303a1391f157335b20b35d5a3b1 (patch) | |
tree | 43e86ad8b2cab0214b5b2ab476880c33542e857f /php-8.3.0-openssl-ec-param.patch | |
parent | 16bfe8481842870229de0c47d55091cef3d2e6ad (diff) |
update to 8.3.0beta2
revert upstream changes breaking DTrace build
see https://github.com/php/php-src/issues/11847
Diffstat (limited to 'php-8.3.0-openssl-ec-param.patch')
-rw-r--r-- | php-8.3.0-openssl-ec-param.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |