diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-02-28 09:54:37 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-02-28 09:54:37 +0100 |
commit | 85ff99087b33995f15de968e2e89c81ef446d8d6 (patch) | |
tree | 5700fbc7dd8fb1b30dcec779c0be31f6d41c095d /macros.php |
PHP duplicate 5.5 tree for 5.6
Diffstat (limited to 'macros.php')
-rw-r--r-- | macros.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/macros.php b/macros.php new file mode 100644 index 0000000..784d601 --- /dev/null +++ b/macros.php @@ -0,0 +1,19 @@ +# +# 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 |