diff options
author | CoprDistGit <infra@openeuler.org> | 2024-03-30 11:36:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-03-30 11:36:50 +0000 |
commit | 591852f6726a39643a45cefeb805f831686457eb (patch) | |
tree | 6eb07a9f59ba9e8adcb669e5a2a23ee7334c449d /macros.php | |
parent | 564644fe819f351ed1aaa9773226e7e9f20ab6a9 (diff) |
automatic import of phpopeneuler22.03_LTS_SP3
Diffstat (limited to 'macros.php')
-rw-r--r-- | macros.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/macros.php b/macros.php new file mode 100644 index 0000000..4a039aa --- /dev/null +++ b/macros.php @@ -0,0 +1,21 @@ +# +# 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 + +%pecl_xmldir %{_sharedstatedir}/php/peclxml |