diff options
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 |