From: Anatol Belski Date: Fri, 18 Jul 2014 10:36:13 +0000 (+0200) Subject: fix config.w32 for phpize mode X-Git-Tag: release-1.1.0~12 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=52bb48e9f47f90805ead0caedac1799ba287b017;hp=102da44a5c7f73c052476a4af3bd2426fd1ea212;p=m6w6%2Fext-raphf fix config.w32 for phpize mode --- diff --git a/config.w32 b/config.w32 index e33ea76..5bdf84e 100644 --- a/config.w32 +++ b/config.w32 @@ -4,4 +4,7 @@ ARG_ENABLE("raphf", "for raphf support", "no"); if (PHP_RAPHF == "yes") { EXTENSION("raphf", "php_raphf.c"); + + AC_DEFINE("HAVE_RAPHF", 1); + PHP_INSTALL_HEADERS("ext/raphf", "php_raphf.h"); }