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