X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.m4;h=13d3b83dd1cdf1e732a3686813b7af36f299f570;hb=7a7b4dc3fbcc3d55d536a871b1232ae5750bba49;hp=7b68eba1848ad1cddc30a52e5df06c615e5ecb8d;hpb=216a8cea4f9fb1424acafe98701d4ae09da4c02d;p=m6w6%2Fext-raphf diff --git a/config.m4 b/config.m4 index 7b68eba..13d3b83 100644 --- a/config.m4 +++ b/config.m4 @@ -1,8 +1,7 @@ PHP_ARG_ENABLE(raphf, whether to enable raphf support, -[ --enable-raphf Enable raphf support]) +[ --enable-raphf Enable resource and persistent handles factory support]) if test "$PHP_RAPHF" != "no"; then - dnl PHP_SUBST(RAPHF_SHARED_LIBADD) - PHP_INSTALL_HEADERS(ext/raphf, php_raphf.h) + PHP_INSTALL_HEADERS(ext/raphf, php_raphf.h php_raphf_api.h) PHP_NEW_EXTENSION(raphf, php_raphf.c, $ext_shared) fi