diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:12:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:12:19 +0200 |
commit | 7f31c8be6abd4c5ddb0228e54555d92351ae600d (patch) | |
tree | 3e8ccbc59f0c04243aa06fb7c046c4305a27c271 /macros.php |
repo reorg
Diffstat (limited to 'macros.php')
-rw-r--r-- | macros.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/macros.php b/macros.php new file mode 100644 index 0000000..8900aba --- /dev/null +++ b/macros.php @@ -0,0 +1,18 @@ +# +# Interface versions exposed by PHP: +# +%php_core_api @PHP_APIVER@ +%php_zend_api @PHP_ZENDVER@ +%php_pdo_api @PHP_PDOVER@ + +%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 |