You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
501 B
21 lines
501 B
# |
|
# 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
|
|
|