diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-07 10:49:43 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-07 10:49:43 +0200 |
commit | e6256d5ff470ab27cfac544721f3b23ac28c2845 (patch) | |
tree | 7c2070a53fcba5734fab16f90da282cf55f2d2cd /macros.php | |
parent | e07150a69c1a42bc70fd4a5063ce6f43f6859d94 (diff) |
Fix Missing error check and 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 |