From: Michael Wallner Date: Fri, 4 Sep 2015 11:08:50 +0000 (+0200) Subject: typo X-Git-Tag: release-1.1.1RC1~7 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-raphf;a=commitdiff_plain;h=a226e9931d040075a87592dad16aa45ee0c2d562 typo --- 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