From c65d89724ff80225aea719622491dd133f8c64b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 May 2023 08:20:58 +0200 Subject: Update to 8.2.6 - http://www.php.net/releases/8_2_6.php --- macros.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'macros.php') diff --git a/macros.php b/macros.php index 0c750a7..989e8b3 100644 --- a/macros.php +++ b/macros.php @@ -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 -- cgit