diff options
| author | Remi Collet <remi@remirepo.net> | 2023-05-11 11:07:01 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-05-11 11:07:01 +0200 | 
| commit | c03c6189614e4ad4f52ccbc57901a7d464008eab (patch) | |
| tree | 79ea0e70a6c4eda956504c2bbab2084637aff9b0 /macros.php | |
| parent | c41b8d935894dcff746ffbcdac3527bdf3e19f05 (diff) | |
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 | 
