From: Anatol Belski Date: Fri, 18 Jul 2014 10:39:38 +0000 (+0200) Subject: fixe config.w32 for phpize mode X-Git-Tag: release-1.0.2RC1~19 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=515df2e7cc35639c059469f397ea9fc6e97cba14;p=m6w6%2Fext-propro fixe config.w32 for phpize mode --- diff --git a/config.w32 b/config.w32 index 1d28775..53ab56e 100644 --- a/config.w32 +++ b/config.w32 @@ -3,4 +3,7 @@ ARG_ENABLE("propro", "for propro support", "no"); if (PHP_PROPRO == "yes") { EXTENSION("propro", "php_propro.c"); + + AC_DEFINE("HAVE_PROPRO", 1); + PHP_INSTALL_HEADERS("ext/propro", "php_propro.h"); }