diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-18 15:45:34 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-18 15:45:34 +0000 |
commit | 2a41bfb434bb828912ded819564e2b504fca1ebc (patch) | |
tree | b78c5687e2fa6533914f82f7e77b1d170455e3fb /macros.php | |
parent | 0fd92ab5ed82aa6d567e6ebcc700d9ab1cd37357 (diff) |
automatic import of php
Diffstat (limited to 'macros.php')
-rw-r--r-- | macros.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/macros.php b/macros.php new file mode 100644 index 0000000..989e8b3 --- /dev/null +++ b/macros.php @@ -0,0 +1,26 @@ +# +# 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 + |