diff options
author | Remi Collet <remi@remirepo.net> | 2023-05-11 14:49:55 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-05-11 14:49:55 +0200 |
commit | 2d6b71ed808d03365eab55bfc10245a266e513ba (patch) | |
tree | f8c3ce1bcd5d5b81a128b5deea7662cda0c64825 /macros.php | |
parent | bd296896979157a128df27cff4d9da10699adef0 (diff) |
use ICU 72.1
use oracle client library version 21.10
fix possible buffer overflow in date
define %__phpize and %__phpconfig
Diffstat (limited to 'macros.php')
-rw-r--r-- | macros.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,4 +18,9 @@ %__php %{_bindir}/php %__ztsphp %{_bindir}/zts-php +%__phpize %{_bindir}/phpize +%__ztsphpize %{_bindir}/zts-phpize + +%__phpconfig %{_bindir}/php-config +%__ztsphpconfig %{_bindir}/zts-php-config |