From de7a1948c5b2cab56eab29e55d803c58acd58161 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Sep 2025 08:40:10 +0200 Subject: dup 8.4 --- macros.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 macros.php (limited to 'macros.php') diff --git a/macros.php b/macros.php new file mode 100644 index 0000000..d02c048 --- /dev/null +++ b/macros.php @@ -0,0 +1,28 @@ +# +# Interface versions exposed by PHP: +# +%php_core_api @PHP_APIVER@ +%php_zend_api @PHP_ZENDVER@ +%php_pdo_api @PHP_PDOVER@ +%php_version @PHP_VERSION@ + +%php_extdir %{_libdir}/php/modules +%php_ztsextdir %{_libdir}/php-zts/modules + +%php_inidir %{_sysconfdir}/php.d +%php_ztsinidir %{_sysconfdir}/php-zts.d + +%php_incldir %{_includedir}/php +%php_ztsincldir %{_includedir}/php-zts/php + +%__php %{_bindir}/php +%__ztsphp %{_bindir}/zts-php + +%__phpize %{_bindir}/phpize +%__ztsphpize %{_bindir}/zts-phpize + +%__phpconfig %{_bindir}/php-config +%__ztsphpconfig %{_bindir}/zts-php-config + +%pecl_xmldir %{_localstatedir}/lib/php/peclxml + -- cgit