diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-30 15:41:08 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-30 15:41:08 +0200 |
commit | 2f2ddd824281a132faac9a1023bbbb03210b0661 (patch) | |
tree | cdf0b09b0d466e3311b18fc478d03391b719f4f7 /macros.php |
dup 8.4
Diffstat (limited to 'macros.php')
-rw-r--r-- | macros.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/macros.php b/macros.php new file mode 100644 index 0000000..c5b0d76 --- /dev/null +++ b/macros.php @@ -0,0 +1,22 @@ +# +# 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 + +%@SCL@__phpize @BINDIR@/phpize + +%@SCL@__phpconfig @BINDIR@/php-config + +%@SCL@pecl_xmldir @STATEDIR@/lib/php/peclxml + |