From f1b9a1d04e403ede57d97438b989804fb77b51fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Jun 2023 13:08:13 +0200 Subject: Fix insufficient random bytes in HTTP Digest authentication for SOAP GHSA-76gg-c692-v2mw use oracle client library version 21.10 define __phpize and __phpconfig --- macros.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macros.php') diff --git a/macros.php b/macros.php index 0c750a7..e27985c 100644 --- a/macros.php +++ b/macros.php @@ -18,4 +18,8 @@ %__php %{_bindir}/php %__ztsphp %{_bindir}/zts-php +%__phpize %{_bindir}/phpize +%__ztsphpize %{_bindir}/zts-phpize +%__phpconfig %{_bindir}/php-config +%__ztsphpconfig %{_bindir}/zts-php-config -- cgit