summaryrefslogtreecommitdiffstats
path: root/macros.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-05-11 11:07:01 +0200
committerRemi Collet <remi@php.net>2023-05-11 11:07:01 +0200
commitc03c6189614e4ad4f52ccbc57901a7d464008eab (patch)
tree79ea0e70a6c4eda956504c2bbab2084637aff9b0 /macros.php
parentc41b8d935894dcff746ffbcdac3527bdf3e19f05 (diff)
define %__phpize and %__phpconfig
Diffstat (limited to 'macros.php')
-rw-r--r--macros.php5
1 files changed, 5 insertions, 0 deletions
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