blob: 0716222d22a717466c183e346466aac5e98136d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Interface versions exposed by PHP:
#
%php_core_api @PHP_APIVER@
%php_zend_api @PHP_ZENDVER@
%php_pdo_api @PHP_PDOVER@
%php_extdir %{_libdir}/@PHPNAME@/modules
%php_ztsextdir %{_libdir}/@PHPNAME@-zts/modules
%php_inidir %{_sysconfdir}/@PHPNAME@/php.d
%php_ztsinidir %{_sysconfdir}/@PHPNAME@/php-zts.d
%php_incldir %{_includedir}/@PHPNAME@/php
%php_ztsincldir %{_includedir}/@PHPNAME@-zts/php
%__php %{_bindir}/@PHPNAME@/php
%__ztsphp %{_bindir}/@PHPNAME@/zts-php
|