diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-02 17:45:01 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-02 17:45:01 +0200 |
commit | 46df59e5da7155edb7a87212863af57fd60bde29 (patch) | |
tree | b1b4d2e5565d67a379c36277bef16dcda670b58e /macros.php |
reorg repo
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..4673326 --- /dev/null +++ b/macros.php @@ -0,0 +1,15 @@ +# +# Interface versions exposed by PHP: +# +%@SCL@php_core_api @PHP_APIVER@ +%@SCL@php_zend_api @PHP_ZENDVER@ +%@SCL@php_pdo_api @PHP_PDOVER@ +%@SCL@php_version @PHP_VERSION@ + +%@SCL@php_extdir @LIBDIR@/php/modules + +%@SCL@php_inidir @ETCDIR@/php.d + +%@SCL@php_incldir @INCDIR@/php + +%@SCL@__php @BINDIR@/php |