diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-07 13:08:13 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-07 13:08:13 +0200 |
commit | f1b9a1d04e403ede57d97438b989804fb77b51fc (patch) | |
tree | 275c26938a404c989e6ede81150db97ba1660d7d /macros.php | |
parent | 738a69da96784d7eb9425de2b39d50e6f3cb9b91 (diff) |
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
Diffstat (limited to 'macros.php')
-rw-r--r-- | macros.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |