From 9322b9ca1b3a305374a7e7792b165929720348df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 May 2023 17:18:13 +0200 Subject: Update to 8.1.19 - http://www.php.net/releases/8_1_19.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