diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-02 18:24:41 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-02 18:24:41 +0200 |
commit | 45396e0b548b5684022506133d06a721cd9cd6de (patch) | |
tree | 8e8931e2d2cb869f08bf57c5c5eafef2b13a1d1f /macros.php |
php55-php: import from rhscl 1.1
Diffstat (limited to 'macros.php')
-rw-r--r-- | macros.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/macros.php b/macros.php new file mode 100644 index 0000000..1b83b53 --- /dev/null +++ b/macros.php @@ -0,0 +1,15 @@ +# +# Interface versions exposed by PHP: +# +%php55_php_core_api @PHP_APIVER@ +%php55_php_zend_api @PHP_ZENDVER@ +%php55_php_pdo_api @PHP_PDOVER@ +%php55_php_version @PHP_VERSION@ + +%php55_php_extdir @LIBDIR@/php/modules + +%php55_php_inidir @ETCDIR@/php.d + +%php55_php_incldir @INCDIR@/php + +%php55___php @BINDIR@/php |