diff '--color=auto' -urN php-8.5.0.orig/ext/openssl/openssl_backend_v1.c php-8.5.0/ext/openssl/openssl_backend_v1.c --- php-8.5.0.orig/ext/openssl/openssl_backend_v1.c 2025-11-26 13:40:19.982944765 +0100 +++ php-8.5.0/ext/openssl/openssl_backend_v1.c 2025-11-26 13:45:00.604955788 +0100 @@ -52,7 +52,7 @@ CRYPTO_set_locking_callback(NULL); /* Free engine list initialized by OPENSSL_config */ - ENGINE_cleanup(); + // ENGINE_cleanup(); /* free allocated error strings */ ERR_free_strings();